Hey All,

I just registered the TestSetExtensions package, which collects some extensions 
and convenience utilities to maximize your testing enjoyment. It builds on the 
new Base.Test infrastructure in Julia v0.5 (also available in v0.4 with the 
BaseTestNext package). It's designed so that you shouldn't need to modify your 
tests at all if you're already using @testset and @test - all the interactions 
with this package happen at the top-level of your tests.

https://github.com/ssfrr/TestSetExtensions.jl 
<https://github.com/ssfrr/TestSetExtensions.jl>

Right now is supports two features:

Printing out green dots as your tests run so you can see them progressing
Collecting your test files and running them automatically so you don’t have to 
manually add them to `runtests.jl`, and also so you can easily specify a 
sub-set of your tests to run from the command line

I mostly wrote it to encapsulate the things I want for my tests, but I’m happy 
to take PRs for new features.

Please kick the tires and let me know if it works (or doesn’t work) for you!

ssfrr

Reply via email to