commit | 5b09f556a055da5f8ed6473cde1d1e7ff2c282cd | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Sun Oct 16 06:01:54 2011 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Sun Oct 16 06:01:54 2011 +0200 |
tree | bb4ce6735f82d57d2d51ad6e35246cb4b27f851d | |
parent | 460ed4d1c990105bf17760e309aa71e9d2e27c28 [diff] [blame] |
some changes to run tests on linux
diff --git a/tests/all_tests.py b/tests/all_tests.py old mode 100644 new mode 100755 index 0ed455c..6da60b8 --- a/tests/all_tests.py +++ b/tests/all_tests.py
@@ -1,5 +1,8 @@ #!/usr/bin/env python +import sys +sys.path.extend(['.', '..']) + import unittest