Merge "Remove testrepository and .testr.conf"
This commit is contained in:
commit
139db69565
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ cover/
|
||||
*.egg
|
||||
*.egg-info
|
||||
.eggs/
|
||||
.testrepository/
|
||||
.stestr/
|
||||
.tox/
|
||||
MANIFEST
|
||||
|
@ -1,9 +0,0 @@
|
||||
[DEFAULT]
|
||||
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
|
||||
${PYTHON:-python} -m subunit.run discover -t ./ $OS_TEST_PATH $LISTOPT $IDOPTION
|
||||
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
group_regex=monasca_log_api\.tests(?:\.|_)([^_]+)
|
@ -84,7 +84,6 @@ statsd==3.2.1
|
||||
stestr==1.0.0
|
||||
stevedore==1.20.0
|
||||
tabulate==0.8.1
|
||||
testrepository==0.0.18
|
||||
testtools==2.2.0
|
||||
traceback2==1.4.0
|
||||
ujson==1.35
|
||||
|
Loading…
Reference in New Issue
Block a user