Get testing bpmn files out of the config directory

This commit is contained in:
mike cullerton 2022-11-04 10:50:55 -04:00
parent 442120d4ce
commit 7d7f2b1098
1 changed files with 3 additions and 0 deletions

View File

@ -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",