mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-04 05:34:48 +00:00
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
|
# 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…
x
Reference in New Issue
Block a user