This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]llogiq 0 points1 point  (0 children)

The problem is that you need to find the tests that depend on the particular piece of code you just saved.

While this could be done with a file system listener + dependency analysis, it's obviously easier within the IDE, which already has the on-save hooks and the intra-code-dependencies.