Skip to content

Commit bc20535

Browse files
authored
Create conftest.py
1 parent 9f376d0 commit bc20535

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
import sys
3+
import os
4+
5+
sys.path.insert(0, os.path.dirname(__file__))

0 commit comments

Comments
 (0)