-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
199f2c7
commit 57fa756
Showing
11 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * |