We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dde874 commit abf501aCopy full SHA for abf501a
django_nose/plugin.py
@@ -313,7 +313,7 @@ def _bundle_fixtures(self, fftc_tests):
313
return tests
314
315
def prepareTestRunner(self, runner):
316
- """Get a runner that reorders tests before running them"""
+ """Get a runner that reorders tests before running them."""
317
return _DatabaseSetupTestRunner(self, runner)
318
319
def group_by_database_setup(self, test):
@@ -344,7 +344,8 @@ def group_by_database_setup(self, test):
344
345
346
class _DatabaseSetupTestRunner(object):
347
- """A test runner that groups tests by database setup
+
348
+ """A test runner that groups tests by database setup.
349
350
This is a helper class that reorders tests for efficient database
351
setup. It modifies the test suite before any other plugins have a
0 commit comments