From 10607cd6c5e5bf89a4b0b629496543b42e9d2e42 Mon Sep 17 00:00:00 2001 From: "Dr. Johannes Pohl" Date: Thu, 14 Mar 2024 21:42:01 +0100 Subject: [PATCH] Add conftest.py to awre test dir (#1109) 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()