diff options
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( |
