Skip to content

Commit ee3a474

Browse files
committed
new init for test
1 parent 6b3cdf7 commit ee3a474

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import os
2+
3+
__path__.insert(
4+
0,
5+
os.path.normpath(
6+
os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, "Tests")
7+
),
8+
)

0 commit comments

Comments
 (0)