aleclarson / testpass

The compass for your code
MIT License
0 stars 0 forks source link

Run each test file in its own VM context #15

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

This would be useful for providing globals like the testpass API, console mock, timer mock, etc for simpler testing. This would also be nice for running test files in parallel, while avoiding interference and log mangling.