You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by jb...@apache.org on 2020/07/20 06:24:46 UTC

[incubator-liminal] 06/43: Add run_tests script

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 <av...@gmail.com>
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