summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Added mypy for static type checkingSybren A. Stüvel2019-08-041-22/+18
|
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-8/+2
|
* Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello2017-01-151-14/+12
| | | It's about time to get this merged, thanks again!
* Drop byte_literal in favour of b''adamantike2016-05-081-4/+3
|
* Added unit test for rsa.util.private_to_public()Sybren A. Stüvel2016-03-171-0/+19
|
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-171-10/+141
| | | | | Ensuring that bytes are written correctly on all supported Python versions, including when writing to stdout.
* Attempt at unit-testing CLI commandsSybren A. Stüvel2016-03-171-0/+149