diff options
author | kong wei <kong.wei2@zte.com.cn> | 2017-02-19 14:56:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-19 14:56:32 +0000 |
commit | d40c048940b252b50355ea3aaf409f65edb6da5d (patch) | |
tree | 834fcca63a182ee514454ddf1f08528c20f1e675 /api/.testr.conf | |
parent | 340b19bd919c42d12db1c10d1663ac501a7664f4 (diff) | |
parent | cb244708d646a1850ccf95808045794cdc955d85 (diff) |
Merge "ESCALATOR-40 add unittest framework"
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= |