summaryrefslogtreecommitdiff
path: root/tests/test_bio.py
Commit message (Expand)AuthorAgeFilesLines
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-2/+3
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-011-6/+6
* Remove one relative import.Matěj Cepl2022-07-241-1/+1
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Use parametrized to create parametrized tests.Matěj Cepl2020-12-031-27/+21
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-5/+4
* PEP8isationMatěj Cepl2018-03-201-13/+10
* Add longer IV to the cipher test.Matěj Cepl2018-02-051-4/+5
* Testing tests.test_bio.CipherStreamTestCase.test_ciphersMatěj Cepl2018-02-051-1/+13
* M2Crypto/BIO.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-141-7/+7
* Fix broken imports (and PEP8ization).Matěj Cepl2016-03-201-1/+1
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-1/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-4/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-7/+7
* Remove more plain assertsMatěj Cepl2015-11-181-2/+3
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-4/+8
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+4
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-11/+16
* And more test coverage...Heikki Toivonen2009-02-231-0/+4
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+1
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-2/+2
* Bug 5265, unit tests for BIO.CipherStream.Heikki Toivonen2006-04-011-0/+66