From b8ee6d63b09b874eeb34d377348edad5d0c9f720 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Thu, 14 Mar 2024 21:33:07 +0100 Subject: [PATCH] Add conftest.py to awre test dir To prevent fieldtypes.xml not found for tests on macOS --- tests/awre/conftest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/awre/conftest.py diff --git a/tests/awre/conftest.py b/tests/awre/conftest.py new file mode 100644 index 000000000..374c016ec --- /dev/null +++ b/tests/awre/conftest.py @@ -0,0 +1,3 @@ +from urh.controller.dialogs.OptionsDialog import OptionsDialog + +OptionsDialog.write_default_options()