diff trafficintelligence/run-tests.sh @ 1028:cc5cb04b04b0

major update using the trafficintelligence package name and install through pip
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jun 2018 11:19:10 -0400
parents python/run-tests.sh@933670761a57
children 75a6ad604cc5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trafficintelligence/run-tests.sh	Fri Jun 15 11:19:10 2018 -0400
@@ -0,0 +1,10 @@
+#!/bin/sh
+# for file in tests/*... basename
+for f in ./*.py
+do
+    python3 $f
+done
+for f in ./tests/*.py
+do
+    python3 $f
+done