diff python/run-tests.sh @ 255:13ec22bec5d4

corrected typos and bugs and added a test
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 23 Jul 2012 23:07:19 -0400
parents
children dc1faa7287bd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/run-tests.sh	Mon Jul 23 23:07:19 2012 -0400
@@ -0,0 +1,7 @@
+#!/bin/sh
+# for file in tests/*... basename
+python moving.py
+python storage.py
+python indicators.py
+python utils.py
+python extrapolation.py
\ No newline at end of file