From 998d78c5b9acf6e6bed8606dd21653e5755b89db Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 1 Nov 2015 17:38:05 +0100 Subject: [PATCH] tox: Update hypothesis to 1.14.0. New features: * Add 'note' function which lets you include additional information in the final test run's output. * Add 'choices' strategy which gives you a choice function that emulates random.choice. * Add 'uuid' strategy that generates UUIDs' * Add 'shared' strategy that lets you create a strategy that just generates a single shared value for each test run Bugs: * Using strategies of the form streaming(x.flatmap(f)) with find or in stateful testing would have caused InvalidArgument errors when the resulting values were used (because code that expected to only be called within a test context would be invoked). --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6b1746e36..54e33cb9e 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = pytest-sugar==0.5.1 pytest-travis-fold==1.1.1 xvfbwrapper==0.2.5 - hypothesis==1.13.0 + hypothesis==1.14.0 coverage==4.0.1 pytest-cov==2.2.0 beautifulsoup4==4.4.1