Chris Truter

Results 24 issues of Chris Truter

Various ideas - Run tests with names matching regex only - Run based on predicate against var (ala boot-test, although less useful in cljs) - Rerun only failures (for use...

help wanted

Since `doo-run-all` can take a regex to limit the namespaces to run, in some cases it may be preferable to defer filtering namespaces to runtime - the holy grail of...

enhancement

For non-test files, could leverage namespace dependency graph somehow

enhancement

See https://discuss.circleci.com/t/clojure-test-metadata-collection/128 for a discussion about a lein plugin which achieves this. A boot plugin would be welcome, and then perhaps an option here as sugar to include and activate...

help wanted

We are not quite there yet, looks like the `cljsjs` package needs to get some dependencies rolled in or added as deps: ``` module.js:339 throw err; ^ Error: Cannot find...

enhancement

Can the library be made to work in bootstrapped environments? - Browser - Planck ~~Related note, does it work in Node?~~

help wanted

Having examples deployed, and potentially even some fiddle-style interaction would be a great

help wanted

There are various kinds of examples that would be useful: 1. Recipes for common usage 2. Integration with popular libraries 3. Small demo applications So far we have some coverage...

help wanted

When chaining test runners together (eg. unit tests and in-browser scenario tests), it can be more illuminating to get _all_ failures at once, not only those from the first runner...