Skip to content

Doctest examples should actually be tested #310

Open
@sjakobi

Description

@sjakobi

It would be nice if our doctests such as these for compose were automatically checked.

-- >>> compose (fromList [('a', "A"), ('b', "B")]) (fromList [(1,'a'),(2,'b'),(3,'z')])
-- fromList [(1,"A"),(2,"B")]

We'd probably have to pin hashable for this test-suite, since the example output depends on the exact hash implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions