Skip to content

danibaena/property_based_testing_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Based Testing Proof of Concept

Motivation

I wanted to try out how to do Property Based Testing using hypothesis, with mamba as the test runner and expects as the assertions library

Installation

Using virtualenv and Python 3 (tested on Python 3.7.7):

mkvirtualenv -p $(which python3) property_based_testing_poc

and then run

pip install -r requirements.txt

Run Proof of Concept

mamba specs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages