From 805001197703fa9bd8f1f65a5c8101eef1a436ee Mon Sep 17 00:00:00 2001 From: CaptainOfHacks <39195263+CaptainOfHacks@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:44:36 +0200 Subject: [PATCH] Create __init__.py --- tests/test_data/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_data/__init__.py diff --git a/tests/test_data/__init__.py b/tests/test_data/__init__.py new file mode 100644 index 00000000..f372ee7b --- /dev/null +++ b/tests/test_data/__init__.py @@ -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"