summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-0/+1
|
* Add an informative __main__.py (#620)Hynek Schlawack2017-05-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Add an informative __main__.py Give users an easy way to figure out what versions they're running. * Why not more info! * Add test * No empty last line * Make @alex happy * DIAF Python 2.6 * Add cffi's version * Make debug a module * Add cryptography's compile-time OpenSSL
* Convert test_util to use pytest-style tests (#562)Alex Chan2016-10-241-6/+5
| | | | | | | Fix up the assert helpers, subclass from `object` rather than `TestCase`, and then I had to rename the class -- pytest doesn't pick it up with the original name. Addresses #340.
* Move package into srcHynek Schlawack2015-10-171-0/+19
Prevents accidental imports when running tests.