Commit d11e8362 authored by Nikolaus Schlemm's avatar Nikolaus Schlemm
Browse files

cater for running tests from another directory than tests - applying existing...

cater for running tests from another directory than tests - applying existing pattern to newly added test_testcase_ordering as well
parent e520a73e
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -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__,