Skip to content

Commit

Permalink
Create __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Feb 19, 2024
1 parent 945e18d commit 8050011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pathlib

EFORMS_SAMPLE_FILE_PATH = pathlib.Path(
__file__).parent.resolve() / "eforms_samples" / "eforms_sdk_v1.3" / "eform_subtype_12" / "295399-2023.xml"

0 comments on commit 8050011

Please sign in to comment.