readded confs, some basic exception handling, and reworking conf now
This commit is contained in:
6
conf/plans/test.plan
Normal file
6
conf/plans/test.plan
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"plan": [
|
||||
{ "name": "independent test", "depends on": null },
|
||||
{ "name": "dependent test", "depends on": [ "independent test", null, null ] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user