Get testing bpmn files out of the config directory
This commit is contained in:
parent
013489105d
commit
2450800bbd
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue