summaryrefslogtreecommitdiff
path: root/tests/test_bio_file.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
* PEP8isationMatěj Cepl2018-03-201-6/+3
* Fix tests to run on Windows.Daniel A. Wozniak2018-02-231-13/+39
* Make BIO Py3 compliantMatěj Cepl2018-02-071-3/+4
* Use /dev/fd/ instead of the original complicated construct.Matěj Cepl2018-01-301-13/+11
* test_bio_file: support OSX and BSD file descriptorsAllan Que2018-01-201-5/+7
* Don't break tests outside of Linux, where /proc doesn't exist.Matěj Cepl2018-01-201-10/+15
* Added test coverageJim Carroll2017-09-151-0/+18
* M2Crypto.BIO: Fixing BIO for python3Matěj Cepl2017-09-141-17/+31
* Don't use os.tmpnam(), it really brings a bad karma!Matěj Cepl2016-08-031-5/+3
* M2Crypto/BIO.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-14/+17
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+0
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-1/+1
* Remove more plain assertsMatěj Cepl2015-11-181-3/+3
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-1/+2
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-2/+6
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-5/+5
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Get rid of pre-2.3 junk.Heikki Toivonen2006-02-241-2/+2
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Win32 compatibility.Ng Pheng Siong2002-01-131-5/+15
* Initial revisionNg Pheng Siong2000-11-081-0/+70