DyrellC / iri_js_regression

JS Regression Testing
0 stars 0 forks source link

RunAllTests.js should recognize all test in folder #7

Open alon-e opened 6 years ago

alon-e commented 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.

DyrellC commented 6 years ago

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