mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 10:21:53 +00:00
Make testrunner compatible with Django 1.6.
This commit is contained in:
parent
f97695ac5a
commit
fb98c370ec
3 changed files with 2714 additions and 2713 deletions
File diff suppressed because it is too large
Load diff
2711
modeltranslation/tests/tests.py
Normal file
2711
modeltranslation/tests/tests.py
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -45,8 +45,7 @@ def runtests():
|
|||
)
|
||||
|
||||
failures = call_command(
|
||||
'test', 'modeltranslation', interactive=False, failfast=False,
|
||||
verbosity=2)
|
||||
'test', 'modeltranslation', interactive=False, failfast=False, verbosity=2)
|
||||
sys.exit(bool(failures))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue