aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hypothesis
Commit message (Collapse)AuthorAgeFilesLines
* turn off hypothesis deadlines, enforced by default in 4.0 (#4696)Paul Kehrer2019-01-162-2/+2
| | | | we don't care about exceeding a deadline in CI because our infra has wild variability and this can just randomly happen.
* disable healthchecks on the rest of the hypothesis tests (#4579)Paul Kehrer2018-11-121-1/+3
| | | | | | * disable healthchecks on the rest of the hypothesis tests * import the right thing
* suppress healthcheck too slow error (#4548)Paul Kehrer2018-10-301-6/+2
|
* don't limit hypothesis's time to generate valid test permutations (#4525)Paul Kehrer2018-10-251-1/+6
| | | | | | | | * don't limit hypothesis's time to generate valid test permutations * add a comment * lol
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-4/+0
| | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | * 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.
* Added support for padding ANSI X.923Cédric Krier2016-02-271-1/+12
|
* Don't try to use hypothesis on Python 2.6, upstream dropped supportAlex Gaynor2016-02-191-0/+4
|
* resolve the TODO, random block sizesAlex Gaynor2016-01-131-5/+6
|
* Added hypothesis tests for paddingAlex Gaynor2016-01-131-0/+20
|
* Add missing license header.Terry Chia2015-10-031-0/+4
|
* Move hypothesis tests to the subfolder.Terry Chia2015-10-022-0/+16