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

Don't create a testset for each potential test file. #2338

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

dourouc05
Copy link
Contributor

This cleans up the output when running the tests, as there is no output for files that are excluded.

Previously, the output was like:

Test Summary: | Pass  Total
Containers    |  241    241
Containers.jl took 37.4 seconds.
Test Summary:    |
JuMPExtension.jl | No tests
callbacks.jl took 15.9 seconds.
Test Summary: | Pass  Total
callbacks.jl  |   22     22

With this patch:

Test Summary: | Pass  Total
Containers    |  241    241
Containers.jl took 22.0 seconds.
callbacks.jl took 16.8 seconds.
Test Summary: | Pass  Total
callbacks.jl  |   22     22

This cleans up the output when running the tests, as there is no output for files that are excluded.

Previously, the output was like:

Test Summary: | Pass  Total
Containers    |  241    241
Containers.jl took 37.4 seconds.
Test Summary:    |
JuMPExtension.jl | No tests
callbacks.jl took 15.9 seconds.
Test Summary: | Pass  Total
callbacks.jl  |   22     22

With this patch:

Test Summary: | Pass  Total
Containers    |  241    241
Containers.jl took 22.0 seconds.
callbacks.jl took 16.8 seconds.
Test Summary: | Pass  Total
callbacks.jl  |   22     22
@blegat blegat merged commit eaa22fa into jump-dev:master Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants