diff options
author | liguomin <li.guomin3@zte.com.cn> | 2017-01-11 16:20:39 +0800 |
---|---|---|
committer | liguomin <li.guomin3@zte.com.cn> | 2017-01-12 15:15:51 +0800 |
commit | cb244708d646a1850ccf95808045794cdc955d85 (patch) | |
tree | b19c60418d6ee3c5f4e7cb9528d57ebcdcd7cc62 /api/.testr.conf | |
parent | 2021d90abd0a12ee6afedc2d0ed2872d67243e97 (diff) |
ESCALATOR-40 add unittest framework
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0
Signed-off-by: liguomin <li.guomin3@zte.com.cn>
Diffstat (limited to 'api/.testr.conf')
-rw-r--r-- | api/.testr.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/.testr.conf b/api/.testr.conf new file mode 100644 index 0000000..804da37 --- /dev/null +++ b/api/.testr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_command=${PYTHON:-python} -m unittest discover $LISTOPT +test_list_option= |