Skip to content
Snippets Groups Projects
Unverified Commit 49d70c25 authored by Drew Devereux's avatar Drew Devereux
Browse files

[MCCS-661] MR feedback

parent 9dd88c3b
No related branches found
No related tags found
No related merge requests found
...@@ -33,11 +33,14 @@ def tango_context(device_test_config): ...@@ -33,11 +33,14 @@ def tango_context(device_test_config):
@pytest.fixture() @pytest.fixture()
def device_under_test(tango_context): def device_under_test(tango_context):
""" """
Return the device from a tango DeviceTestContext. Return a device proxy to the device under test.
:param tango_context: a Tango test context with specified device/s :param tango_context: a Tango test context with the specified device
running running
:type tango_context: :py:class:`tango.DeviceTestContext` :type tango_context: :py:class:`tango.DeviceTestContext`
:return: a proxy to the device under test
:rtype: :py:class:`tango.DeviceProxy`
""" """
return tango_context.device return tango_context.device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment