Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't create a testset for each potential test file. (#2338)
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
- Loading branch information