diff --git a/python-api/tests/integrationtests/test_controller.py b/python-api/tests/integrationtests/test_controller.py index 63dd126..9d92fdb 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