forked from mirror/django-mailbox
Reorganizing tests.
This commit is contained in:
parent
b54855c3a2
commit
f92e2a8448
8 changed files with 333 additions and 314 deletions
|
|
@ -27,7 +27,11 @@ def runtests(*test_args):
|
|||
test_args = ['django_mailbox']
|
||||
parent = dirname(abspath(__file__))
|
||||
sys.path.insert(0, parent)
|
||||
runner = DjangoTestSuiteRunner(verbosity=1, interactive=True)
|
||||
runner = DjangoTestSuiteRunner(
|
||||
verbosity=1,
|
||||
interactive=False,
|
||||
failfast=False
|
||||
)
|
||||
failures = runner.run_tests(test_args)
|
||||
sys.exit(failures)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue