Closed pBauma closed 6 years ago
Is there a way to split the tests in multiple files and have one central point to start them from? It would make my testing code much cleaner.
Yes, just declare them in multiple files. Test::run() will run them all.
Is there a way to split the tests in multiple files and have one central point to start them from? It would make my testing code much cleaner.