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 --- client/.testr.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/.testr.conf (limited to 'client/.testr.conf') diff --git a/client/.testr.conf b/client/.testr.conf new file mode 100644 index 0000000..804da37 --- /dev/null +++ b/client/.testr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_command=${PYTHON:-python} -m unittest discover $LISTOPT +test_list_option= -- cgit 1.2.3-korg