Skip to content

Commit a19b2ef

Browse files
committed
moved utests unter atest to ease running them as part of acceptance tests
1 parent c71e566 commit a19b2ef

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

utest/run.py renamed to atest/utest/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
curdir = dirname(abspath(__file__))
10-
sys.path.insert(0, join(dirname(curdir), 'src'))
10+
sys.path.insert(0, join(curdir, '..', '..', 'src'))
1111

1212
test_files = [f[:-3] for f in os.listdir(curdir)
1313
if f.startswith('test_') and f.endswith('.py')]
File renamed without changes.

0 commit comments

Comments
 (0)