diff options
| author | jvoisin | 2015-12-30 13:12:39 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-30 15:11:37 +0100 |
| commit | 3ac3f353c64d406aa2fa46c5c9841346408e1e01 (patch) | |
| tree | 562f27ff88253c693d4adc3acfe82693737c78a4 /setup.py | |
| parent | b9d66ed2e07d0a40161c88d0ba52d59ac601c76e (diff) | |
Hopefully make test suite work once copied out of the build tree
This should fix https://labs.riseup.net/code/issues/10065
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -25,6 +25,7 @@ class PyTest(Command): | |||
| 25 | def run(self): | 25 | def run(self): |
| 26 | os.chdir('test') | 26 | os.chdir('test') |
| 27 | import test | 27 | import test |
| 28 | test.test.set_local() | ||
| 28 | test.test.run_all_tests() | 29 | test.test.run_all_tests() |
| 29 | 30 | ||
| 30 | setup( | 31 | setup( |
