From e103bdda93660315fa2a954ccd506bb559fb3958 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 11 Apr 2012 20:16:28 -0400 Subject: [PATCH] Rename test class to match what it is testing --- test/TestPlayBook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestPlayBook.py b/test/TestPlayBook.py index b32c76780de..24568464223 100644 --- a/test/TestPlayBook.py +++ b/test/TestPlayBook.py @@ -90,7 +90,7 @@ class TestCallbacks(object): pass -class TestRunner(unittest.TestCase): +class TestPlaybook(unittest.TestCase): def setUp(self): self.user = getpass.getuser()