summaryrefslogtreecommitdiff
path: root/tests/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Don’t inherit from object (#1084)lovetox2022-01-301-3/+3
| | | In python3 all classes inherit by default from object
* py27 going, going, gone (#1047)Paul Kehrer2021-10-041-6/+1
| | | | | | | | | | | * py27 going, going, gone * black * more black * ok then * forgot to remove pypy2
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-4/+6
|
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-291-4/+4
| | | | | | * Fix for Python 4 * Fix for Python 4
* Rip out the last vestages of unittest from the test suite (#599)Alex Chan2017-01-301-295/+0
|
* Convert the elliptic curve tests to be pytest-style (#576)Alex Chan2016-12-191-10/+10
|
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-4/+20
|
* Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor2016-09-111-2/+2
|
* swap ERR_remove_thread_state for ERR_clear_errorPaul Kehrer2016-03-171-2/+2
| | | | | | | ERR_remove_thread_state with a NULL arg clears for the current thread, which is the same behavior as ERR_clear_error. In OpenSSL 1.1.0 ERR_remove_thread_state no longer takes an argument at all so we might as well just switch this test
* Move package into srcHynek Schlawack2015-10-171-0/+437
Prevents accidental imports when running tests.