From cb244708d646a1850ccf95808045794cdc955d85 Mon Sep 17 00:00:00 2001
From: liguomin
Date: Wed, 11 Jan 2017 16:20:39 +0800
Subject: ESCALATOR-40 add unittest framework
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0
Signed-off-by: liguomin
---
api/.testr.conf | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 api/.testr.conf
(limited to 'api/.testr.conf')
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=
--
cgit 1.2.3-korg