oasis
oasis copied to clipboard
Test order
This feature request has been migrated from artifact #625 on forge.ocamlcore.org. It was assigned to user102.
user102 posted on 2010-05-10 16:37:57:
Test should be executed in sequence or depends one on another.
i.e:
Test test1
Test test 2
Test test3
Test test4 Depends: test3
So test4 must be executed after test3 and only if test3 has a 0% failure rate.
Tests will be executed in sequence: test1, test2, test3, test4