Make testr tests run properly
This commit is contained in:
parent
8103db2161
commit
a49f74bc11
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ storyboard.db
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
*.egg-info
|
||||
.testrepository
|
||||
|
9
.testr.conf
Normal file
9
.testr.conf
Normal file
@ -0,0 +1,9 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
|
||||
DJANGO_SETTINGS_MODULE=storyboard.settings \
|
||||
${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
||||
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
Loading…
Reference in New Issue
Block a user