Commit Graph

5 Commits

Author SHA1 Message Date
Robert Stanca
3fe2accfd7 py3: use print_function in hypothesishelpers.py 2016-04-02 18:15:04 +03:00
Robert Stanca
929a6451ae tests: use absolute_import in hypothesishelpers.py 2016-04-02 18:14:10 +03:00
Yuya Nishihara
beebca8867 tests: pass settings of hypothesis by with statement
given(..., settings=) is no longer available in Hypothesis 2.0.0.

https://github.com/DRMacIver/hypothesis/commit/7712c01
2016-01-26 23:05:19 +09:00
Yuya Nishihara
21afbd3864 tests: adjust for code move in Hypothesis 2.0.0
It appears that the Settings class was renamed to settings, and because
of this, the settings module was renamed to configuration.

https://github.com/DRMacIver/hypothesis/commit/a0e663b
2016-01-26 22:44:29 +09:00
David R. MacIver
ffbcb6c497 testing: add hypothesis fuzz testing
Hypothesis a library for adding fuzzing over a range of structure
data to your test suite: http://hypothesis.readthedocs.org/en/latest/

This adds the ability to build tests using Hypothesis within the Mercurial test
suite. New tests and fixes using this helpers comes in later changesets.
2015-10-24 12:46:03 +01:00