diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index 6886c1f..58e7ec7 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -95,9 +95,9 @@ def run_all_tests(): | |||
| 95 | 95 | ||
| 96 | 96 | ||
| 97 | def set_local(): | 97 | def set_local(): |
| 98 | """ Monkey patch pathes to run the testsuite on the _local_ | 98 | """ Monkey patch paths to run the testsuite on the _local_ |
| 99 | version of MAT. See `run_all_tests` for more information about | 99 | version of MAT. See `run_all_tests` for more information about |
| 100 | what pathes we're changing and why. | 100 | what paths we're changing and why. |
| 101 | """ | 101 | """ |
| 102 | os.environ['PATH'] = '..:' + os.environ['PATH'] | 102 | os.environ['PATH'] = '..:' + os.environ['PATH'] |
| 103 | sys.path.append('..') | 103 | sys.path.append('..') |
