move more test files to specific directories

This commit is contained in:
Dave Halter
2014-01-29 20:50:09 +01:00
parent 78114b12e9
commit 021aae365d
15 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ def test_find_module_py33():
assert find_module_py33('_io') == (None, '_io', False)
@cwd_at('test/not_in_sys_path/pkg')
@cwd_at('test/evaluate/not_in_sys_path/pkg')
def test_import_not_in_sys_path():
"""
non-direct imports (not in sys.path)