Skip to content

Commit e2dfc01

Browse files
marcelldlsGDYendell
authored andcommitted
Surpress tango test logging
1 parent 0ab3841 commit e2dfc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transport/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 = TangoTransport(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)