Misc missing files and ignores

This commit is contained in:
James Page 2017-07-10 14:06:10 +01:00
parent 04426a768c
commit 8754b3941c
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ func-results.json
test-charm/
.project
.pydevproject
**/__pycache__

8
.testr.conf Normal file
View File

@ -0,0 +1,8 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ ./unit_tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list