diff options
| author | jvoisin | 2016-01-03 14:41:33 +0100 |
|---|---|---|
| committer | jvoisin | 2016-01-03 14:41:33 +0100 |
| commit | 1d3ab735066cdd082473387c48451d0fb6a1a0bb (patch) | |
| tree | 22fc091bbd5eaf8002f5ab815caa9b094426e86c /test | |
| parent | 158b14ba0e094108a127e3f9ccdffc2a65bc9e5b (diff) | |
Fix some typos found by intrigeri
This should close https://labs.riseup.net/code/issues/10838
Diffstat (limited to 'test')
| -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('..') |
