From 13ceea280e0f0b77a655dc7d344925c0ccf84b41 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 30 Jul 2019 12:05:19 -0400 Subject: Use Hypothesis instead of my own janky randomization --- requirements/pytest.pip | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements/pytest.pip') diff --git a/requirements/pytest.pip b/requirements/pytest.pip index b5a4276c..bd3255b1 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -9,6 +9,7 @@ pytest-xdist==1.28.0 flaky==3.5.3 mock==3.0.5 PyContracts==1.8.12 +hypothesis==4.32.1 # Our testing mixins unittest-mixins==1.6 -- cgit v1.2.1