quickie icon indicating copy to clipboard operation
quickie copied to clipboard

Lein plugin for auto testing

Results 4 quickie issues
Sort by recently updated
recently updated
newest added

Quickie doesn't seem to recognize the tests in .cljc files in any of my projects :_(

I just started using quickie and i noticed that when a code throws an exception, the test passes. That's kind of unintuitive. It would be nice if you reported the...

Quickie already supports filtering by namespace, but lein has several other options for filtering tests. 1. Run the :default selector by default: Common for projects to define their :default tests...

If I specify the following source paths: ``` :source-paths ["dev" "src"] ``` Quickie only appears to pick up "dev". When I change files in "src", Quickie doesn't trigger a test.