File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def _bundle_fixtures(self, fftc_tests):
313
313
return tests
314
314
315
315
def prepareTestRunner (self , runner ):
316
- """Get a runner that reorders tests before running them"""
316
+ """Get a runner that reorders tests before running them. """
317
317
return _DatabaseSetupTestRunner (self , runner )
318
318
319
319
def group_by_database_setup (self , test ):
@@ -344,7 +344,8 @@ def group_by_database_setup(self, test):
344
344
345
345
346
346
class _DatabaseSetupTestRunner (object ):
347
- """A test runner that groups tests by database setup
347
+
348
+ """A test runner that groups tests by database setup.
348
349
349
350
This is a helper class that reorders tests for efficient database
350
351
setup. It modifies the test suite before any other plugins have a
You can’t perform that action at this time.
0 commit comments