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

Finding the smallest set of functions to be tested #6

Open
EarlPitts opened this issue May 25, 2023 · 0 comments
Open

Finding the smallest set of functions to be tested #6

EarlPitts opened this issue May 25, 2023 · 0 comments

Comments

@EarlPitts
Copy link
Collaborator

Based on experiments, it turned out that finding the smallest set of functions that have to be tested is trickier than initially expected.
To make the problem easier, we decided to overapproximate, meaning that we test each function that has changed and all of their callers.
The related discussion can be found here.

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

No branches or pull requests

1 participant