Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turn off hypothesis deadlines, enforced by default in 4.0 (#4696) | Paul Kehrer | 2019-01-16 | 1 | -1/+1 |
| | | | | 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 Kehrer | 2018-11-12 | 1 | -1/+3 |
| | | | | | | * disable healthchecks on the rest of the hypothesis tests * import the right thing | ||||
* | Raise padding block_size limit to what is allowed by the specs. (#3108) | Terry Chia | 2016-11-15 | 1 | -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.923 | Cédric Krier | 2016-02-27 | 1 | -1/+12 |
| | |||||
* | resolve the TODO, random block sizes | Alex Gaynor | 2016-01-13 | 1 | -5/+6 |
| | |||||
* | Added hypothesis tests for padding | Alex Gaynor | 2016-01-13 | 1 | -0/+20 |