forked from django-import-export/django-import-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to use Django 1.6 test runner
See https://docs.djangoproject.com/en/1.6/releases/1.6/#new-test-runner Also set DATABASE["TEST_NAME"]
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 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 |
---|---|---|
@@ -1,6 +1 @@ | ||
from fields_tests import * | ||
from widgets_tests import * | ||
from resources_tests import * | ||
from instance_loaders_tests import * | ||
from admin_integration_tests import * | ||
from base_formats_tests import * | ||
from .test import * |
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,6 @@ | ||
from fields_tests import * | ||
from widgets_tests import * | ||
from resources_tests import * | ||
from instance_loaders_tests import * | ||
from admin_integration_tests import * | ||
from base_formats_tests import * |
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