Get testing bpmn files out of the config directory
This commit is contained in:
parent
442120d4ce
commit
7d7f2b1098
|
@ -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
|
# different places and this allows us to know exactly where we are at the start
|
||||||
BPMN_SPEC_ABSOLUTE_DIR = os.path.join(
|
BPMN_SPEC_ABSOLUTE_DIR = os.path.join(
|
||||||
os.path.dirname(__file__),
|
os.path.dirname(__file__),
|
||||||
|
"..",
|
||||||
|
"..",
|
||||||
|
"..",
|
||||||
"tests",
|
"tests",
|
||||||
"spiffworkflow_backend",
|
"spiffworkflow_backend",
|
||||||
"files",
|
"files",
|
||||||
|
|
Loading…
Reference in New Issue