Do not change cwd at import time

This commit is contained in:
Takafumi Arakaki
2013-03-10 17:03:06 +01:00
parent 00912e69fe
commit 20c9709aef
4 changed files with 31 additions and 6 deletions

View File

@@ -354,7 +354,7 @@ if __name__ == '__main__':
test_files = base.get_test_list()
# completion tests:
completion_test_dir = '../test/completion'
completion_test_dir = os.path.join(base.test_dir, 'completion')
# execute tests
test_dir(completion_test_dir)