dependency management implemented -- this should be polished later to say the task name in the exception message. last feature to implement is logging.

This commit is contained in:
Phanes
2017-12-03 14:10:09 -05:00
parent c92be3f4be
commit 5f85185e8d
7 changed files with 109 additions and 43 deletions

View File

@@ -2,6 +2,6 @@
"plan": [
{ "name": "independent test 1", "dependencies": [ null ] },
{ "name": "independent test 2", "dependencies": [ null ] },
{ "name": "dependent test", "dependencies": [ "independent test 1", null, null ] }
{ "name": "dependent test", "dependencies": [ "independent test 1" ] }
]
}