Skip to content

Property Based Testing #93

@Danwhy

Description

@Danwhy

Property based tests are tests that assert certain properties are always satisfied by your code. Instead of just testing that your code works on one input, they provide a range of inputs, making sure the property is satisfied every time. This article is a good introduction to property based testing in general.

Property based testing is very popular among the functional language community, including Elixir.

Articles

Books

Videos

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or enhancement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions