Move to juno test runner

This commit is contained in:
Gergely Polonkai
2015-10-20 09:53:17 +02:00
parent 8a3c6a7851
commit 556f6086bd
4 changed files with 16 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = 'static'
TEST_RUNNER = 'junorunner.testrunner.TestSuiteRunner'
MAX_DUCK_LEVEL = 5
COMP_WARN_LEVEL = 2
MIN_FUZZY_SIMILARITY = 75