summaryrefslogtreecommitdiff
path: root/tests/test_bio_membuf.py
Commit message (Expand)AuthorAgeFilesLines
* Take care of CRLF x LF difference even for test case.Matěj Cepl2023-03-171-2/+2
* test_bio_membuf: Use fork when running on MacOSAllan Que2021-11-121-1/+20
* 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-4/+1
* Fix tests to run on Windows.Daniel A. Wozniak2018-02-231-26/+15
* M2Crypto.BIO: Fixing BIO for python3Matěj Cepl2017-09-141-1/+1
* BIO.read should always return bytesMatěj Cepl2017-03-161-0/+6
* test_{dh,dsa,rc4,evp,bio_membuf}: proper use of bytes, str, and hashlibMichal Vyskocil2017-03-161-5/+5
* Fix params tests.test_bio_membuf.MemoryBuffer.test_readline.run_testMatěj Cepl2016-12-151-1/+1
* Fix tests.test_bio_membuf.time_limit.Matěj Cepl2016-12-131-1/+4
* Celebrating 11 years old bug! Congratulations!Jim Carroll2016-08-031-1/+40
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+0
* Make BIO.BIO class into a context manager.Matěj Cepl2015-11-251-0/+12
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-2/+2
* Remove more plain assertsMatěj Cepl2015-11-181-5/+7
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-2/+4
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-7/+7
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-3/+3
* Initial revisionNg Pheng Siong2000-11-081-0/+66