Skip to content

Commit

Permalink
Surpress tango test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Dec 10, 2024
1 parent 0ab3841 commit 0397219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transport/tango/test_dsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestTangoDevice:
def tango_context(self, assertable_controller):
# https://tango-controls.readthedocs.io/projects/pytango/en/v9.5.1/testing/test_context.html
device = TangoTransport(assertable_controller)._dsr._device
with DeviceTestContext(device) as proxy:
with DeviceTestContext(device, debug=0) as proxy:
yield proxy

def test_list_attributes(self, tango_context):
Expand Down

0 comments on commit 0397219

Please sign in to comment.