Commit graph

13 commits

Author SHA1 Message Date
Alex Gaynor
e0477596f7
Remove __future__ import from our code (#5610) 2020-12-09 00:35:11 -06:00
Paul Kehrer
c33ef91143 turn off hypothesis deadlines, enforced by default in 4.0 (#4696)
we don't care about exceeding a deadline in CI because our infra
has wild variability and this can just randomly happen.
2019-01-16 00:56:42 -05:00
Paul Kehrer
fec083e32f disable healthchecks on the rest of the hypothesis tests (#4579)
* disable healthchecks on the rest of the hypothesis tests

* import the right thing
2018-11-12 08:02:52 -05:00
Paul Kehrer
836250e06b suppress healthcheck too slow error (#4548) 2018-10-30 00:55:43 -04:00
Paul Kehrer
b7bd0000e1 don't limit hypothesis's time to generate valid test permutations (#4525)
* don't limit hypothesis's time to generate valid test permutations

* add a comment

* lol
2018-10-25 11:07:28 -04:00
Paul Kehrer
4cf6e785ca expunge python 2.6 (#3962)
* expunge python 2.6

* how did THAT happen

* remove another unsupported python from the tox envlist

* hypothesis can now be unconditionally imported
2017-10-11 18:06:01 -04:00
Terry Chia
e9b87d5de4 Raise padding block_size limit to what is allowed by the specs. (#3108)
* Raize padding block_size limit to what is allowed by the specs.

* Add tests for raising padding limits.

* Amend C code for padding check to use uint16_t instead of uint8_t.

* Fix test to work in Python 3.

* Fix typo.

* Fix another typo.

* Fix return type of the padding checks.

* Change hypothesis test on padding.

* Update comment.
2016-11-15 09:56:02 +08:00
Cédric Krier
bf0f464ab6 Added support for padding ANSI X.923 2016-02-27 19:24:40 +01:00
Alex Gaynor
de3aa05c45 Don't try to use hypothesis on Python 2.6, upstream dropped support 2016-02-19 07:33:56 -05:00
Alex Gaynor
3066bf4150 resolve the TODO, random block sizes 2016-01-13 22:22:18 -05:00
Alex Gaynor
b301627b88 Added hypothesis tests for padding 2016-01-13 09:01:42 -05:00
Terry Chia
4756fa9703 Add missing license header. 2015-10-03 12:23:07 +08:00
Terry Chia
e98df9c97b Move hypothesis tests to the subfolder. 2015-10-02 22:48:49 +08:00