leiningen/test_projects/sample_no_aot/test
Gary Fredericks 08eaf70781 #1269: Skip tests differently when using :test-selectors
The old method skipped tests by adding a hook to
clojure.test/test-var, the problem being that :each fixtures
associated with the test have already run at that point, which is
unideal.

This change skips test by removing their :test metadata before running
the tests at all, which causes clojure.test to not see it as a test.

We use ns-interns to enumerate the vars, the same way clojure.test
does.
2013-07-31 23:29:19 -05:00
..
namespace.clj Include namespace metadata in test-selector predicates, fixes #242 2012-10-02 19:38:35 -04:00
selectors.clj #1269: Skip tests differently when using :test-selectors 2013-07-31 23:29:19 -05:00