From 73781163aefd9f8ee1cc32b0b4ffe433b2e70375 Mon Sep 17 00:00:00 2001 From: Bruno_Ribeiro <bruno.engelec@gmail.com> Date: Wed, 27 Oct 2021 14:54:52 +0100 Subject: [PATCH] ST-970: device_proxy put as a fixture --- tests/unit/test_tango-commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_tango-commands.py b/tests/unit/test_tango-commands.py index e6fa5a6a..66b052a8 100644 --- a/tests/unit/test_tango-commands.py +++ b/tests/unit/test_tango-commands.py @@ -10,6 +10,7 @@ from pytest_bdd import given, scenario, then, when, parsers, scenarios scenarios('../features/tango-commands.feature') +@pytest.fixture @given(parsers.parse('a device called {device_name}')) def device_proxy(run_context, device_name): """a device called sys/tg_test/1.""" -- GitLab