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

Small change to test case not detected #892

Closed
bdforbes opened this issue Feb 24, 2025 · 1 comment
Closed

Small change to test case not detected #892

bdforbes opened this issue Feb 24, 2025 · 1 comment

Comments

@bdforbes
Copy link

bdforbes commented Feb 24, 2025

If I make a very small change to a test case, e.g. changing the 3 below to a 4, it seems the change is not detected (when running via the testing pane), and I can keep running the test with results as if it was still 3. I need to make a more substantial change, like removing and re-adding the @test line, in order have the change detected.

@testitem "My tests" begin
    @test foobar() == 3
end

Is this a known issue, or by design, or something that can be configured?

@bdforbes
Copy link
Author

Apologies, I posted this in completely the wrong repo.

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