Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
millerdev committed Oct 7, 2015
1 parent 3dde874 commit abf501a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions django_nose/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def _bundle_fixtures(self, fftc_tests):
return tests

def prepareTestRunner(self, runner):
"""Get a runner that reorders tests before running them"""
"""Get a runner that reorders tests before running them."""
return _DatabaseSetupTestRunner(self, runner)

def group_by_database_setup(self, test):
Expand Down Expand Up @@ -344,7 +344,8 @@ def group_by_database_setup(self, test):


class _DatabaseSetupTestRunner(object):
"""A test runner that groups tests by database setup

"""A test runner that groups tests by database setup.
This is a helper class that reorders tests for efficient database
setup. It modifies the test suite before any other plugins have a
Expand Down

0 comments on commit abf501a

Please sign in to comment.