diff options
author | gordon chung <gord@live.ca> | 2015-01-20 18:14:51 -0500 |
---|---|---|
committer | gordon chung <gord@live.ca> | 2015-01-20 18:36:18 -0500 |
commit | 5a5dbbbee783e0dbfb089cb36523b1df41b76e72 (patch) | |
tree | 31ccbfef3128e4a651c2900bf1aaf7d6d3f2819e /.testr.conf | |
parent | 2ca24af1fb92c85b6e7bf91a8a4cc5686d59bbc4 (diff) | |
download | ceilometermiddleware-5a5dbbbee783e0dbfb089cb36523b1df41b76e72.tar.gz |
initial checkin
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..c7e817f --- /dev/null +++ b/.testr.conf @@ -0,0 +1,4 @@ +[DEFAULT] +test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./ceilometermiddleware/tests $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list |