Skip to content

Commit

Permalink
Fixed lint errors from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Aug 13, 2014
1 parent 4bff079 commit f10e48d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/conftest.py
Expand Up @@ -20,10 +20,14 @@


def pytest_configure(config):
config.addinivalue_line('markers', 'django_project: options for the django_testdir fixture')
config.addinivalue_line(
'markers',
'django_project: options for the django_testdir fixture')


def _marker_apifun(extra_settings='', create_manage_py=False, project_root=None):
def _marker_apifun(extra_settings='',
create_manage_py=False,
project_root=None):
return {
'extra_settings': extra_settings,
'create_manage_py': create_manage_py,
Expand Down

0 comments on commit f10e48d

Please sign in to comment.