summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-21 10:30:52 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-21 10:30:52 +0000
commitc4cddbfc0e42afb8e69dce08b561ac00b0f07b35 (patch)
tree8063906dc0cae2e2d8cf2e467fe27a9313ccdb34 /test.sh
parenta312b6d288dc2f978237c1d5e309972d3c873327 (diff)
Changes to get user management screens started. Updated UserStore to add all expected functions. Added tests for these functions.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..4b6f701
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+PYTHONPATH=build/exmachina:$PYTHONPATH
+PYTHONPATH=modules/installed/lib:$PYTHONPATH
+PYTHONPATH=vendor:$PYTHONPATH
+
+export PYTHONPATH
+
+python tests/test_user_store.py