diff options
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index e8c59d29..139c6479 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -7,3 +7,9 @@ pytest==3.7.1 pluggy>=0.7 # pytest needs this, but pip doesn't understand pytest-xdist==1.22.5 flaky==3.4.0 +mock==2.0.0 +PyContracts==1.8.3 + +# Our testing mixins +unittest-mixins==1.6 +#-e/Users/ned/unittest_mixins |