Add a .testr.conf configuration and ignore .testrepository.

Change-Id: I182d8b5567732ecf3da69f580c3e4b6d6438ab6b
This commit is contained in:
Robert Collins 2012-12-14 13:25:18 +13:00
parent d03825b504
commit daf9fc1d6b
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*~
.testrepository
*.swp

5
.testr.conf Normal file
View File

@ -0,0 +1,5 @@
[DEFAULT]
test_command=python -m subunit.run discover . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list