Skip to content

Commit

Permalink
Adds init files in tests to fix subfolder issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Mar 18, 2021
1 parent 0e0c076 commit fa7dcd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Surrogates/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from tests.Surrogates import *
3 changes: 3 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import tests.Surrogates

from tests.Surrogates import *

0 comments on commit fa7dcd2

Please sign in to comment.