All work
- defspec errors when run via clojure.test don't expose :seed to reproduce the errorTCHECK-159Alex Miller
- Docs suggest max-size is inclusive, but is exclusiveTCHECK-158
- Randomization doesn't work with GraalVM native-imageTCHECK-157Alex Miller
- Provide sample failed value to such-that's ex-fn for better error messagesTCHECK-156gfredericks
- [TCHECK] clojure.test.check.generators/keyword generates invalid keyword `:/`TCHECK-155Resolved issue: TCHECK-155Alex Miller
- Add CLJS self-require for macrosTCHECK-154Resolved issue: TCHECK-154gfredericks
- Metadata for tuning on generated valuesTCHECK-153
- Expose property return value where appropriateTCHECK-152Resolved issue: TCHECK-152gfredericks
- Make sure exceptions aren't printed twice by defspecTCHECK-151Resolved issue: TCHECK-151gfredericks
- non-Error truthy exceptions are treated as passes in cljsTCHECK-150Resolved issue: TCHECK-150gfredericks
- Better distribution for the ratio generatorTCHECK-149gfredericks
- Add a bigint generatorTCHECK-148gfredericks
- Variant of gen/any without NaNs?TCHECK-147Resolved issue: TCHECK-147gfredericks
- Consider adding for-all-2 to address a couple issuesTCHECK-146gfredericks
- recursive-gen invokes resize with non-integer sizeTCHECK-145Resolved issue: TCHECK-145gfredericks
- Add performance regression checksTCHECK-144gfredericks
- Unable to use previously declared prop/for-all bound parameters in subsequent expressionsTCHECK-143Resolved issue: TCHECK-143gfredericks
- Consider whether the tweaked semantics of the :result key should be reserved for quick-check-2TCHECK-142Resolved issue: TCHECK-142gfredericks
- The Result protocol should probably be in the .check namespaceTCHECK-141Resolved issue: TCHECK-141gfredericks
- Calling defspecs as functions throws an NPETCHECK-140Resolved issue: TCHECK-140gfredericks
- CLJS test warnings re: cljs.test$macrosTCHECK-139Resolved issue: TCHECK-139gfredericks
- cljs doesn't have *err*TCHECK-138Resolved issue: TCHECK-138gfredericks
- Self-host tests not runnableTCHECK-137Resolved issue: TCHECK-137gfredericks
- Add self-host ClojureScript test instructionsTCHECK-136Resolved issue: TCHECK-136gfredericks
- The CLJS dep can't be easily upgradedTCHECK-135Resolved issue: TCHECK-135Nate Smith
- Improve test.check ClojureScript's random number generator speedTCHECK-134Resolved issue: TCHECK-134gfredericks
- Are the map bindings in gen/let actually solving a problem?TCHECK-133Resolved issue: TCHECK-133gfredericks
- Refactor clojure-test-test assertions out of test-ns-hookTCHECK-132Resolved issue: TCHECK-132gfredericks
- Breaking change with respect to exceptions and use from specTCHECK-131Resolved issue: TCHECK-131gfredericks
- prop/for-all local bindings cannot be resolvedTCHECK-130Resolved issue: TCHECK-130gfredericks
- frequency shrinks towards early elements even if they have 0 likelihoodTCHECK-129Resolved issue: TCHECK-129gfredericks
- test.check doesn't seem to have a macro for asynchronous testsTCHECK-128gfredericks
- gen/let fails `generator?` assertion although all rhs forms in binding vector are indeed generatorsTCHECK-127Resolved issue: TCHECK-127gfredericks
- Refactor c.t.c/quick-check as a state machine to provide more extension pointsTCHECK-126gfredericks
- should fail gracefully when clojure.test/report is not a multimethodTCHECK-125Resolved issue: TCHECK-125gfredericks
- defspec does not set property :name properlyTCHECK-124Resolved issue: TCHECK-124gfredericks
- Interactive documentationTCHECK-123gfredericks
- include :last-generated-value in error thrown by such-that-helperTCHECK-122Resolved issue: TCHECK-122gfredericks
- for-all's signature suggests multiple expressions are allowed, but this doesn't work as you'd expectTCHECK-121Resolved issue: TCHECK-121gfredericks
- size of args is conflated with depth in shrink treeTCHECK-120gfredericks
- Checking of interesting edge cases is not very creativeTCHECK-119gfredericks
- Pass shrunk input on to clojure.test when using defspecTCHECK-118Resolved issue: TCHECK-118gfredericks
- Use a default-opts var instead of default-reporter-fnTCHECK-117Resolved issue: TCHECK-117gfredericks
- With clojure.test, debug prn should be optional, so you can run tests with minimal outputTCHECK-116Resolved issue: TCHECK-116gfredericks
- run tests in parallel on the jvmTCHECK-115gfredericks
- gen/frequency should shrink to earlier generatorsTCHECK-114Resolved issue: TCHECK-114gfredericks
- `lein test` crashes when clojure.test.check.clojure-test is required at runtimeTCHECK-113Resolved issue: TCHECK-113gfredericks
- bind doesn't shrink very wellTCHECK-112gfredericks
- The latest recursive-gen algorithm seems to exhibit a peculiar lack of variety in depthsTCHECK-111gfredericks
- Enable shrinking on recursive generatorsTCHECK-110gfredericks
50 of 159