Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Tags: funkwerk/dshould

Tags

v1.7.0

Toggle v1.7.0's commit message
Add should.contain.json, to check that one JSON value contains anothe…

…r as a recursive subset.

v1.6.1

Toggle v1.6.1's commit message
Subclass `FluentError` to `UnitTestError`, now that atilaneves/unit-t…

…hreaded#269 is merged.

v1.6.0

Toggle v1.6.0's commit message
`FluentException` is now `FluentError` and subclasses `AssertError`.

The subclassing of unit-threaded's `UnitTestException` is removed pending atilaneves/unit-threaded#269

v1.5.2

Toggle v1.5.2's commit message
Remove restriction on unit-threaded >=2.0.0

v1.5.1

Toggle v1.5.1's commit message
Allow asserting that a noreturn function throws an exception.

v1.5.0

Toggle v1.5.0's commit message
Add `beNull` word to check Nullable values against null.

v1.4.4

Toggle v1.4.4's commit message
Simplify phrasing of equals checks.

Report `Nullable!T.null` as "Nullable.null", not "Nullable!T.null".

v1.4.3

Toggle v1.4.3's commit message
fix: swap red and green in `.contain.exactly` diff

v1.4.2

Toggle v1.4.2's commit message
fix: `.contain.exactly`: sort ranges before comparing, to minimize diff.

v1.4.1

Toggle v1.4.1's commit message
fix: `should.contain.only`: visualize deviation from expected values …

…in color.