Menu

#25 Pick the matching test first

open
None
5
2009-01-02
2009-01-02
No

Jester should be smarter about which tests it runs first. Rather than running the entire test suite, it should look for a matching test class. For instance, if it's mutating the class Foo it should look for a test class named FooTest (in whatever) package, and run those tests first before trying every other test.

After that, we might want then to run tests in other classes that import Foo, and only after that to run all other tests.

This could really speed up execution.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB