summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-61/+66
* Clean up stdout when using unittest test runnerSaif Hakim2021-02-241-5/+5
* 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
* 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
* Attempt at unit-testing CLI commandsSybren A. Stüvel2016-03-171-0/+149