Skip to content

Commit

Permalink
Makes import statements available to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Rudoler committed Feb 8, 2023
1 parent 56ef76a commit b300987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import sys, os
sys.path.append(os.path.dirname(os.path.abspath(__file__)))

0 comments on commit b300987

Please sign in to comment.