Skip to content

Commit

Permalink
Add in test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Feb 17, 2013
1 parent 302fdff commit d74bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/project_name/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TEST_RUNNER = 'discover_runner.DiscoverRunner'
TEST_DISCOVER_TOP_LEVEL = SITE_ROOT
TEST_DISCOVER_ROOT = SITE_ROOT
TEST_DISCOVER_PATTERN = "*_tests.py"
TEST_DISCOVER_PATTERN = "test_*.py"
########## IN-MEMORY TEST DATABASE
DATABASES = {
"default": {
Expand Down

0 comments on commit d74bd2d

Please sign in to comment.