Skip to content

Commit

Permalink
Trying py.test as test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Jul 16, 2015
1 parent 199f2c7 commit 57fa756
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
DJANGO_SETTINGS_MODULE=tests.settings
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions tests/tests.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# flake8: noqa
from .deprecations import *
from .forms import *
from .gis import GisTests
from .modelforms import *
from .layouts import *
from .rendering import *
from .templatetags import *
from .widgets import *
from .fields import *
from .test_deprecations import *
from .test_forms import *
from .test_gis import GisTests
from .test_modelforms import *
from .test_layouts import *
from .test_rendering import *
from .test_templatetags import *
from .test_widgets import *
from .test_fields import *

0 comments on commit 57fa756

Please sign in to comment.