Commit e103bdda by Michael DeHaan

Rename test class to match what it is testing

parent 95e045d1
...@@ -90,7 +90,7 @@ class TestCallbacks(object): ...@@ -90,7 +90,7 @@ class TestCallbacks(object):
pass pass
class TestRunner(unittest.TestCase): class TestPlaybook(unittest.TestCase):
def setUp(self): def setUp(self):
self.user = getpass.getuser() self.user = getpass.getuser()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment