JuliaDiff / JuliaDiff/DifferentiationInterface.jl
Test that correctness tests fail when they need to
Open
Nobody has claimed this yet.
test
- Dominant language
- Julia
- Stars
- 313
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
The missing @test macros here
https://github.com/JuliaDiff/DifferentiationInterface.jl/blob/24fbefcbc6882afaf16248850a7d417bd140f74a/DifferentiationInterfaceTest/src/tests/correctness_eval.jl#L491-L496
would have been caught with such a test
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading DifferentiationInterfaceTest/src/tests/correctness_eval.jl around lines 491-496 and inspect how the correctness tests are invoked. Add a test that catches missing @test macros, then run the relevant correctness tests and confirm they fail when an expected assertion is absent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100