Skip to content

Commit 0a9e11e

Browse files
Add hypothesis for property based testing (#467)
Co-authored-by: Matt Graham <matthew.m.graham@gmail.com>
1 parent e309826 commit 0a9e11e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pages/testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ layout: default
2020
| [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/index.html) | A framework to generate coverage reports that plays nicely with `pytest`. | 🟢 |
2121
| [pytest-mock](https://pytest-mock.readthedocs.io/en/latest/index.html) | A framework to mock/patch objects that plays nicely with `pytest`. | 🟢 |
2222
| [pyfakefs](https://pytest-pyfakefs.readthedocs.io/en/latest/) | A plugin to create a full fake file system, for situations where you need something more complicated than the built in [`tmp_path` fixture](https://docs.pytest.org/en/stable/how-to/tmp_path.html#how-to-use-temporary-directories-and-files-in-tests). | 🟢 |
23+
24+
## Property based testing
25+
26+
| Name | Short description | 🚦 |
27+
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | :-: |
28+
| [Hypothesis](https://hypothesis.readthedocs.io/en/latest/quickstart.html) | Allows one to easily test multiple inputs for a given function with ease | 🟢 |

0 commit comments

Comments
 (0)