Rename test class to match what it is testing

pull/136/head
Michael DeHaan 12 years ago
parent 95e045d153
commit e103bdda93

@ -90,7 +90,7 @@ class TestCallbacks(object):
pass
class TestRunner(unittest.TestCase):
class TestPlaybook(unittest.TestCase):
def setUp(self):
self.user = getpass.getuser()

Loading…
Cancel
Save