Open alon-e opened 6 years ago
having a registration process.
or at least adding a test should be 1 line addition away. but not also needing to run them explicitly (like in https://github.com/DyrellC/iri_js_regression/blob/master/RunAllTests.js#L29)
for example, you can load the tests into an array and iterate over it.
All functions placed into array and index file created, still need to add iterative addition of modules to array so that no new tests will need to be manually added to the RunAllTests file
having a registration process.
or at least adding a test should be 1 line addition away. but not also needing to run them explicitly (like in https://github.com/DyrellC/iri_js_regression/blob/master/RunAllTests.js#L29)
for example, you can load the tests into an array and iterate over it.