We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a381284 commit 6831f14Copy full SHA for 6831f14
1 file changed
tests/test_locking.py
@@ -31,6 +31,8 @@ def test_lock_continuousdata_values(draeger1: Sequence):
31
32
33
def test_lock_continuousdata_default(draeger1: Sequence):
34
+ # TODO: for continuousdata, default and all do the same thing. We should probably create a dummy class for these
35
+ # tests to assure proper working
36
try:
37
cd = next(iter(draeger1.continuous_data.values()))
38
except:
0 commit comments