Releases: jmeyerhoefer/Testify
Releases · jmeyerhoefer/Testify
v0.1.0 — Initial public release
Initial public release of Testify.
Testify is an F# testing library built around a deeply embedded DSL for:
- quotation-based assertions
- composable expectations
- property/reference-style checks
- richer failure diagnostics than plain assertion stack traces
This release includes:
- the core
Testifylibrary - API tests
- DSL sketch documentation
The public repository is intentionally focused on the library itself and excludes thesis-specific evaluation infrastructure.