Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property-based testing with fast-check #1

Open
tobiastimm opened this issue Aug 31, 2019 · 0 comments
Open

Property-based testing with fast-check #1

tobiastimm opened this issue Aug 31, 2019 · 0 comments

Comments

@tobiastimm
Copy link
Collaborator

tobiastimm commented Aug 31, 2019

Title

Property-based testing with fast-check

Abstract

Property-based testing is a quite famous testing method in the functional world. Mainly introduced by QuickCheck in Haskell, it targets all the scope covered by example-based testing: from unit tests to integration tests.

In this lightning talk, I give a short introduction to property-based testing with react and fast-check. A framework for this testing method written in TypeScript.

Your name (and pronouns)

Tobias Timm

@tobiastimm tobiastimm changed the title Property based testing with fast-check Property-based testing with fast-check Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant