summaryrefslogtreecommitdiff
path: root/tests/test_engine.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* Make ctrl_cmd_string method more robust against type of arguments.Matěj Cepl2018-09-051-0/+5
* PEP8isationMatěj Cepl2018-03-201-5/+1
* Python 3.6 for reasons I don't understand throws also SystemError.Matěj Cepl2018-02-061-2/+7
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+0
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-3/+3
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-3/+6
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* nosetests --with-coverage --cover-package=M2Crypt now reports 80% coverage.Heikki Toivonen2009-02-231-1/+4
* Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin ...Heikki Toivonen2008-09-151-0/+45