Skip to content

Add pretty_assertion cargo feature #7

@oknozor

Description

@oknozor

The pretty assertion crate is helpful when dealing with large text assertions.

The current assert_that implementation panic on failed assertions so it's not compatible with pretty_assertion out of the box.

Maybe we could tweak assert_that so it uses assert_eq instead of panic so we can add pretty_assertions as a cargo feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions