Skip to content

Releases: jmeyerhoefer/Testify

v0.1.0 — Initial public release

03 Apr 13:41

Choose a tag to compare

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 Testify library
  • API tests
  • DSL sketch documentation

The public repository is intentionally focused on the library itself and excludes thesis-specific evaluation infrastructure.