From 7d7f2b10986a360fd6b8e01aa5d74e6de9540604 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Fri, 4 Nov 2022 10:50:55 -0400 Subject: [PATCH] Get testing bpmn files out of the config directory --- .../src/spiffworkflow_backend/config/testing.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spiffworkflow-backend/src/spiffworkflow_backend/config/testing.py b/spiffworkflow-backend/src/spiffworkflow_backend/config/testing.py index ce422587..bbda9db9 100644 --- a/spiffworkflow-backend/src/spiffworkflow_backend/config/testing.py +++ b/spiffworkflow-backend/src/spiffworkflow_backend/config/testing.py @@ -20,6 +20,9 @@ SPIFFWORKFLOW_BACKEND_LOG_LEVEL = environ.get( # different places and this allows us to know exactly where we are at the start BPMN_SPEC_ABSOLUTE_DIR = os.path.join( os.path.dirname(__file__), + "..", + "..", + "..", "tests", "spiffworkflow_backend", "files",