jmakeig / mltap

A JavaScript test harness for MarkLogic that (roughly) implements the Node.js tape API
Apache License 2.0
0 stars 0 forks source link

Harness runs previous test again #62

Closed jmakeig closed 7 years ago

jmakeig commented 7 years ago

For each module the harness runs, it runs those tests and the tests of any previous modules. The cache of tests to run needs to be cleared between modules.