Skip to content

Commit

Permalink
add conftest.py to configure test environment and include helpers dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
moritz-weber committed Dec 17, 2024
1 parent 275e5a8 commit a62d339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Empty file removed tests/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os
import sys

sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
Empty file removed tests/helpers/__init__.py
Empty file.

0 comments on commit a62d339

Please sign in to comment.