I have an already working application that has some tests written with clojure.test
I want to create some new tests to raise code coverage, but this time using Speclj since tests look nicer.
However, now in order to make sure all tests are passing, I need to run lein test to run tests from clojure.test and lein spec to run tests from speclj.
Is there a single command to run all the tests no matter the library I chose?
Aucun commentaire:
Enregistrer un commentaire