From c4cddbfc0e42afb8e69dce08b561ac00b0f07b35 Mon Sep 17 00:00:00 2001 From: Tom Galloway Date: Mon, 21 Jan 2013 10:30:52 +0000 Subject: Changes to get user management screens started. Updated UserStore to add all expected functions. Added tests for these functions. --- test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test.sh (limited to 'test.sh') 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 -- cgit v1.2.3