Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Hugo Duncan
Hugo DuncanLabels
Approval
Ok
Patch
Code and Test
Priority

Fix versions
Created October 27, 2011 at 2:57 PM
Updated November 23, 2013 at 1:06 AM
Resolved November 23, 2013 at 1:06 AM
clojure.test test cases are functions and can be invoked directly. However, in the case that the test relies on fixtures, this does not work. It should be possible to run a single test case with all fixtures applied.
Approach: Add new test-vars that takes a collection of vars to run.
Patch: code: clj-866-test-vars.patch, test: CLJ-866-test.patch
Screened by: Alex Miller