Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
89e32f7f
authored
Jun 26, 2010
by
Alex Gaynor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run the suggest testscase by default.
parent
43cf245d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
10 deletions
+2
-10
runtests.py
+2
-1
taggit/contrib/suggest/tests.py
+0
-0
taggit/contrib/suggest/tests/__init__.py
+0
-1
taggit/contrib/suggest/tests/settings.py
+0
-8
No files found.
runtests.py
View file @
89e32f7f
...
@@ -11,6 +11,7 @@ if not settings.configured:
...
@@ -11,6 +11,7 @@ if not settings.configured:
INSTALLED_APPS
=
[
INSTALLED_APPS
=
[
'django.contrib.contenttypes'
,
'django.contrib.contenttypes'
,
'taggit'
,
'taggit'
,
'taggit.contrib.suggest'
,
'taggit.tests'
,
'taggit.tests'
,
]
]
)
)
...
@@ -20,7 +21,7 @@ from django.test.simple import run_tests
...
@@ -20,7 +21,7 @@ from django.test.simple import run_tests
def
runtests
(
*
test_args
):
def
runtests
(
*
test_args
):
if
not
test_args
:
if
not
test_args
:
test_args
=
[
'tests'
]
test_args
=
[
'tests'
,
'suggest'
]
parent
=
dirname
(
abspath
(
__file__
))
parent
=
dirname
(
abspath
(
__file__
))
sys
.
path
.
insert
(
0
,
parent
)
sys
.
path
.
insert
(
0
,
parent
)
failures
=
run_tests
(
test_args
,
verbosity
=
1
,
interactive
=
True
)
failures
=
run_tests
(
test_args
,
verbosity
=
1
,
interactive
=
True
)
...
...
taggit/contrib/suggest/tests
/tests
.py
→
taggit/contrib/suggest/tests.py
View file @
89e32f7f
File moved
taggit/contrib/suggest/tests/__init__.py
deleted
100644 → 0
View file @
43cf245d
from
taggit.contrib.suggest.tests.tests
import
SuggestCase
taggit/contrib/suggest/tests/settings.py
deleted
100644 → 0
View file @
43cf245d
DATABASE_ENGINE
=
'sqlite3'
INSTALLED_APPS
=
[
'django.contrib.contenttypes'
,
'taggit'
,
'taggit.tests'
,
'taggit.contrib.suggest'
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment