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

Hash of a test does not consider global variables in test file #16

Open
Igorxp5 opened this issue Apr 9, 2022 · 1 comment
Open

Hash of a test does not consider global variables in test file #16

Igorxp5 opened this issue Apr 9, 2022 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Igorxp5
Copy link
Owner

Igorxp5 commented Apr 9, 2022

If a test file contains some variable used by some test case in the file, changing the variable doesn't affect the hash value of the test.

@Igorxp5 Igorxp5 added enhancement New feature or request wontfix This will not be worked on labels Apr 11, 2022
@Igorxp5
Copy link
Owner Author

Igorxp5 commented Apr 11, 2022

There are many things to consider to create the perfect test hasher beyond global variables, like imports tracking and non test functions in test file.

@Igorxp5 Igorxp5 changed the title Hash of a test does not consider test file globals Hash of a test does not consider global variables in test file Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant