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

@testset problems with @test_approx_eq #15477

Closed
jw3126 opened this issue Mar 13, 2016 · 2 comments
Closed

@testset problems with @test_approx_eq #15477

jw3126 opened this issue Mar 13, 2016 · 2 comments
Labels
test This change adds or pertains to unit tests

Comments

@jw3126
Copy link
Contributor

jw3126 commented Mar 13, 2016

@testset "foo test" begin
    @test_approx_eq 1 1
end

Test Summary: |
foo test | No tests

It seems the test_approx_eq are executed however the summary is misleading.

@jw3126
Copy link
Contributor Author

jw3126 commented Mar 13, 2016

btw I find @testset really awesome!

@tkelman tkelman added the test This change adds or pertains to unit tests label Mar 13, 2016
juliangehring added a commit to juliangehring/MultipleTesting.jl that referenced this issue Dec 26, 2016
Addresses
- [JuliaLang/julia#15477]: Gives us better
control for defining tolerance levels
- [JuliaLang/julia#4615]: Fixes test cases not
being represented in the testcase summary
@KristofferC
Copy link
Member

@test_approx_eq is now deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

3 participants