diff --git a/python-api/tests/integrationtests/test_controller.py b/python-api/tests/integrationtests/test_controller.py index 9d92fdb..63dd126 100644 --- a/python-api/tests/integrationtests/test_controller.py +++ b/python-api/tests/integrationtests/test_controller.py @@ -14,7 +14,7 @@ PATH = os.getenv("HOME") + '/gst/stage/bin/' -class TestEstablishConnection(object): +class _TestEstablishConnection(object): NUM = 1 # fails above 3 @@ -38,7 +38,7 @@ def test_establish(self): -class TestGetComposePort(object): +class _TestGetComposePort(object): NUM = 1 FACTOR = 1 @@ -75,7 +75,7 @@ def test_compose_ports(self): assert set(at) == set(bt) -class TestGetEncodePort(object): +class _TestGetEncodePort(object): NUM = 1 FACTOR = 1 @@ -112,7 +112,7 @@ def test_encode_ports(self): assert set(at) == set(bt) -class TestGetAudioPortVideoFirst(object): +class _TestGetAudioPortVideoFirst(object): NUM = 1 FACTOR = 1 @@ -153,7 +153,7 @@ def test_audio_ports(self): assert set(at) == set(bt) -class TestGetAudioPortAudioFirst(object): +class _TestGetAudioPortAudioFirst(object): NUM = 1 FACTOR = 1 @@ -194,7 +194,7 @@ def test_audio_ports(self): assert set(at) == set(bt) -class TestGetPreviewPorts(object): +class _TestGetPreviewPorts(object): NUM = 1 FACTOR = 1 @@ -247,7 +247,7 @@ def terminate(self): self.proc.terminate() -class TestSetCompositeMode(object): +class _TestSetCompositeMode(object): NUM = 1 FACTOR = 1 @@ -310,7 +310,7 @@ def test_set_composite_mode(self): self.set_composite_mode(i) -class TestNewRecord(object): +class _TestNewRecord(object): NUM = 1 FACTOR = 1 @@ -350,7 +350,7 @@ def test_new_record(self): s.terminate() -class TestAdjustPIP(object): +class _TestAdjustPIP(object): NUM = 1 FACTOR = 1 @@ -403,7 +403,7 @@ def test_adjust_pip(self): self.adjust_pip(d[i-4][0], d[i-4][1], d[i-4][2], d[i-4][3], i) -class TestSwitch(object): +class _TestSwitch(object): NUM = 1 @@ -443,7 +443,7 @@ def test_switch(self): -class TestClickVideo(object): +class _TestClickVideo(object): NUM = 1 FACTOR = 1