Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diff in Testing Group XML #62

Open
rosenbrockc opened this issue Jul 6, 2015 · 0 comments
Open

Diff in Testing Group XML #62

rosenbrockc opened this issue Jul 6, 2015 · 0 comments

Comments

@rosenbrockc
Copy link
Owner

At the moment, if a code file's accompanying XML file is changed, a re-parse is triggered and the code base is considered altered, even if the code file itself didn't change. This also triggers a re-run of all the unit tests that depend on that code file.

If the only thing that changed is the unit test specification for a specific subroutine, then only that subroutine's unit tests should be re-run. We could do this by comparing the new XML contents to the old ones and then recognize what actually changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant