cater for running tests from another directory than tests - applying existing pattern to newly added test_testcase_ordering as well

This commit is contained in:
Nikolaus Schlemm 2014-05-16 12:11:35 +02:00
parent e520a73eee
commit d11e836203
1 changed files with 12 additions and 11 deletions

View File

@ -104,6 +104,7 @@ class DiscoverRunnerTest(TestCase):
self.assertEqual(count, 0)
def test_testcase_ordering(self):
with change_cwd(".."):
suite = DiscoverRunner().build_suite(["test_discovery_sample/"])
self.assertEqual(
suite._tests[0].__class__.__name__,