stathissideris / spec-provider

Infer Clojure specs from sample data. Inspired by F#'s type providers.
519 stars 22 forks source link

See if doo support for self-hosted Cljs simplifies testing #26

Open stathissideris opened 6 years ago

stathissideris commented 6 years ago

mfikes says:

Support for self-hosted testing has landed in doo. When it is released, this might provide a cleaner way, avoiding a separate namespace for use with tach.

stathissideris commented 6 years ago

see https://github.com/bensu/doo/commit/830f52b3620b24b8351503b6554dd03de1f317d8

mfikes commented 6 years ago

When I checked, I think the only thing that would need to be changed is to deal with pjstadig.humane-test-output not supporting self-hosted. (In the tach-based suite it is simply omitted.)