leiningen/test_projects/sample_no_aot
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
..
src/nom/nom compile/compile is a hairy mother, but it behaves. Added another test project 2010-08-24 02:01:39 -04:00
test #1269: Skip tests differently when using :test-selectors 2013-07-31 23:29:19 -05:00
project.clj Fix tests for bootclasspath. 2012-06-14 16:26:22 -07:00