From 49d70c25637182caffadc419d8b449e109ade114 Mon Sep 17 00:00:00 2001 From: Drew Devereux <drew.devereux@csiro.au> Date: Fri, 11 Jun 2021 08:12:49 +0000 Subject: [PATCH] [MCCS-661] MR feedback --- tests/conftest.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 3fc1cb32..87da31a3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -33,11 +33,14 @@ def tango_context(device_test_config): @pytest.fixture() 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 :type tango_context: :py:class:`tango.DeviceTestContext` + + :return: a proxy to the device under test + :rtype: :py:class:`tango.DeviceProxy` """ return tango_context.device -- GitLab