Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Removed underscores""""
Browse files Browse the repository at this point in the history
This reverts commit 47bc4a5.
  • Loading branch information
hyades committed Aug 25, 2013
1 parent d18d57c commit 71ac82f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions python-api/tests/integrationtests/test_controller.py
Expand Up @@ -14,7 +14,7 @@

PATH = os.getenv("HOME") + '/gst/stage/bin/'

class _TestEstablishConnection(object):
class TestEstablishConnection(object):

NUM = 1
# fails above 3
Expand All @@ -38,7 +38,7 @@ def test_establish(self):



class _TestGetComposePort(object):
class TestGetComposePort(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -75,7 +75,7 @@ def test_compose_ports(self):
assert set(at) == set(bt)


class _TestGetEncodePort(object):
class TestGetEncodePort(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -112,7 +112,7 @@ def test_encode_ports(self):
assert set(at) == set(bt)


class _TestGetAudioPortVideoFirst(object):
class TestGetAudioPortVideoFirst(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -153,7 +153,7 @@ def test_audio_ports(self):
assert set(at) == set(bt)


class _TestGetAudioPortAudioFirst(object):
class TestGetAudioPortAudioFirst(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -194,7 +194,7 @@ def test_audio_ports(self):
assert set(at) == set(bt)


class _TestGetPreviewPorts(object):
class TestGetPreviewPorts(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -247,7 +247,7 @@ def terminate(self):
self.proc.terminate()


class _TestSetCompositeMode(object):
class TestSetCompositeMode(object):

NUM = 1
FACTOR = 1
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -350,7 +350,7 @@ def test_new_record(self):
s.terminate()


class _TestAdjustPIP(object):
class TestAdjustPIP(object):
NUM = 1
FACTOR = 1

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -443,7 +443,7 @@ def test_switch(self):



class _TestClickVideo(object):
class TestClickVideo(object):
NUM = 1
FACTOR = 1

Expand Down

0 comments on commit 71ac82f

Please sign in to comment.