ArgParse.jl
ArgParse.jl copied to clipboard
Running tests individually
Hello,
A nice improvement could be to be able to run tests individually.
Kind regards
What's the reason/use case for this?
Because if you are changing a part of your code which can affect only 1 test file and that running all tests is quite long you can run a test file individually. This is done in DataStructures.jl (as an example)