-
- Downloads
Namespace for extensions to clojure.test (#17400)
* Namespace for extensions to clojure.test if you do a subselection of tests, you might not get the `schema=` defmethods and then your tests won't compile. Ns docstring to keep the namespace simple and targeted to global effects. we don't want to load models and do extra work, just install some test utilities that aren't ever required directly * Add aliases clojure.test had been refer :all * require the effects in metabase.test.util as well Namespace cleaner got a bit too aggressive stupid ns * Poke github actions empty commit
test/metabase/test_runner/effects.clj
0 → 100644
Please register or sign in to comment