summaryrefslogtreecommitdiffstats
path: root/lab_control/test/interfaces_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab_control/test/interfaces_test.py')
-rw-r--r--lab_control/test/interfaces_test.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/lab_control/test/interfaces_test.py b/lab_control/test/interfaces_test.py
deleted file mode 100644
index bf9006b..0000000
--- a/lab_control/test/interfaces_test.py
+++ /dev/null
@@ -1,11 +0,0 @@
-import pytest
-from lab_control.oscilloscope import Oscilloscope
-from lab_control.function_generator import FunctionGenerator
-
-def test_oscilloscopeInterface():
- with pytest.raises(Exception):
- uut = Oscilloscope()
-
-def test_functionGeneratorInterface():
- with pytest.raises(Exception):
- uut = FunctionGenerator()