Skip to content

v0.16.0

Compare
Choose a tag to compare
@15r10nk 15r10nk released this 12 Dec 07:36
· 31 commits to main since this release

Added

  • inline_snapshot.extra.warns to captures warnings and compares them against expected warnings.
    def test_warns():
        with warns(snapshot([(8, "UserWarning: some problem")]), include_line=True):
            warn("some problem")

Full Changelog: v0.15.1...v0.16.0