Commit f1f7125d by Ben Patterson

rename test method.

parent a01fbefc
......@@ -40,7 +40,7 @@ class TestPaverBokChoyCmd(unittest.TestCase):
self.request.test_spec = "test_foo.py:FooTest.test_bar"
self.assertEqual(self.request.cmd, self._expected_command(self.request.test_spec))
def test_default_bokchoy_with_split_default_store(self):
def test_default_bokchoy_with_draft_default_store(self):
self.request.test_spec = "test_foo.py"
self.request.default_store = "draft"
self.assertEqual(self.request.cmd, self._expected_command(self.request.test_spec, "draft"))
......
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