Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Add property-based tests #5

@gsomix

Description

@gsomix

In accordance with specification there is bijection between complex values and their encodings. It might be useful then to test serialization-deserialization code against following property:

deserialize(serialize(a)) == a.

You may use a library for property-based testing to automate it, e.g. proptest or quickcheck.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions