You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the bb tests task is hard-coded to run tests.clj.
To keep the test suite manageable going forward it would be helpful if we could support the standard clojure.test conventions with a test directory containing a _test.clj file for each namespace.
I think we could work around this temporarily by manually requiring more test namespaces inside this file, but it's not ideal.
The text was updated successfully, but these errors were encountered:
Right now the
bb tests
task is hard-coded to runtests.clj
.To keep the test suite manageable going forward it would be helpful if we could support the standard
clojure.test
conventions with atest
directory containing a_test.clj
file for each namespace.I think we could work around this temporarily by manually requiring more test namespaces inside this file, but it's not ideal.
The text was updated successfully, but these errors were encountered: