lundi 23 février 2015

Is there a single command to run tests from both clojure.test and Speclj?

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