We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483b93d commit c1279dcCopy full SHA for c1279dc
tests/common/beamlines/test_beamline_utils.py
@@ -19,7 +19,8 @@
19
20
21
@pytest.fixture(autouse=True)
22
-def flush_event_loop_on_finish(event_loop):
+def flush_event_loop_on_finish():
23
+ event_loop = asyncio.get_event_loop()
24
# wait for the test function to complete
25
yield None
26
tests/devices/unit_tests/i03/test_undulator_dcm.py
@@ -16,7 +16,8 @@
16
17
18
0 commit comments