Skip to content

Use hypothesis-based testing #7

@ajcr

Description

@ajcr

There are numerous test cases in this repo, but it is possible that some edge cases have been missed for ordinal comparison and ordinal arithmetic/factorisation.

Using hypothesis could be a way to generate better test-cases and find any missing cases.

  • Need to define a strategy for generating transfinite numbers.
  • Need to implement some tests as hypothesis based tests. E.g. a**(x + y + z) == a**x * a**y * a**z.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions