This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
commit c74af6c3a3496073c93cc9ca41ccfcd5a9c2a1cc Author: aviemzur <[email protected]> AuthorDate: Wed Mar 11 14:13:47 2020 +0200 Add run_tests script --- run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_tests.sh b/run_tests.sh new file mode 100755 index 0000000..3e5cd2f --- /dev/null +++ b/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +python -m unittest \ No newline at end of file
