Test: Modified test class

This commit is contained in:
Paul Beckingham 2015-07-04 23:20:24 -04:00
parent b8f803c83f
commit 156a732931

View file

@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
from basetest import Task, TestCase
class TestBugNumber(TestCase):
class TestCustomLabel(TestCase):
def setUp(self):
"""Executed before each test in the class"""