Skip to content

Commit abf501a

Browse files
committed
flake8
1 parent 3dde874 commit abf501a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

django_nose/plugin.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def _bundle_fixtures(self, fftc_tests):
313313
return tests
314314

315315
def prepareTestRunner(self, runner):
316-
"""Get a runner that reorders tests before running them"""
316+
"""Get a runner that reorders tests before running them."""
317317
return _DatabaseSetupTestRunner(self, runner)
318318

319319
def group_by_database_setup(self, test):
@@ -344,7 +344,8 @@ def group_by_database_setup(self, test):
344344

345345

346346
class _DatabaseSetupTestRunner(object):
347-
"""A test runner that groups tests by database setup
347+
348+
"""A test runner that groups tests by database setup.
348349
349350
This is a helper class that reorders tests for efficient database
350351
setup. It modifies the test suite before any other plugins have a

0 commit comments

Comments
 (0)