Skip to content

Commit fb18c6c

Browse files
committed
Surpress tango test logging
1 parent cec9fda commit fb18c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backends/tango/test_dsr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestTangoDevice:
1010
def tango_context(self, assertable_controller):
1111
# https://tango-controls.readthedocs.io/projects/pytango/en/v9.5.1/testing/test_context.html
1212
device = TangoBackend(assertable_controller)._dsr._device
13-
with DeviceTestContext(device) as proxy:
13+
with DeviceTestContext(device, debug=0) as proxy:
1414
yield proxy
1515

1616
def test_list_attributes(self, tango_context):

0 commit comments

Comments
 (0)