[ANN] Jive.jl - some useful steps in tests

Hello, I’d like to introduce a new package, that would help your testing be more fun and much joyful about writing and running tests.

Jive v0.1.4

  • features
  • runtests - used to run all or specify the target test files, and run tests for distributed.
    (see the example at travis)
  • helper macros: @skip, @onlyonce, @If

thank you!

6 Likes

That’s amazing, until now I had this workflow where I had to uncomment tests when working on a project with a lot of tests.

1 Like