Seajure - Leveraging clojure.spec for reducing unit tests


Details
In this session, José Trigueros from Concur will be talking about "Reducing unit tests by leveraging spec and property-based testing"
It might not be an exaggeration to say most people love walking into a project that has enough tests such that one can be comfortable making changes without the fear of breaking something. On the flipside, not very many like writing tests furthermore, tests are also code and code needs to be maintained.
By leveraging Clojure.spec to test our application's properties, we can reduce the number of unit tests written while keeping the same (or in some cases more) test coverage.
In this talk, we'll go over Clojure.spec, the pros and cons of property-based testing, and some development workflow tips to aid you in this journey.
No familiarity required.
Previously recorded talks are up at https://www.youtube.com/channel/UCF22Yz_GDm6-5Bj21rTaUXA.

Seajure - Leveraging clojure.spec for reducing unit tests