Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Investigate per-module test reporting #149

Open
arrdem opened this issue Oct 11, 2016 · 0 comments
Open

Investigate per-module test reporting #149

arrdem opened this issue Oct 11, 2016 · 0 comments

Comments

@arrdem
Copy link
Collaborator

arrdem commented Oct 11, 2016

Right now, the Clojure/Jaunt test suite does one round of clojure.test running which touches pretty much everything. It should be possible to refactor the test runner script to provide much better output, including per-test suite failures. In part this helps track the various parts of the Clojure/Jaunt codebase which literally have no tests.

This is likely to be a bit of an adventure, and may involve some classloader voodoo to create sandboxes during test loading and evaluation. I've tried to get this working a couple times before and found really interesting data dependency behavior between the test namespaces.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant