summaryrefslogtreecommitdiff
path: root/tests/test_rand.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-4/+1
* Fix tests to run on Windows.Daniel A. Wozniak2018-02-231-2/+9
* For testing we need to use some deprecated functions.Matěj Cepl2018-02-051-6/+8
* OpenSSL in 1.1.* it returns -1 on failure of RAND_load_file().Matěj Cepl2018-02-051-1/+1
* Corrected search for Rand.rand_file_name() on windowsJim Carroll2017-09-151-5/+7
* M2Crypto/Rand.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-2/+2
* Add test_rand_status test for RAND.rand_status().Matěj Cepl2016-05-171-0/+10
* add rand_file_name and rand_statusKonstantinos Koukopoulos2016-05-171-0/+9
* Remove more plain assertsMatěj Cepl2015-11-181-10/+10
* Python < 2.6 is not supported anymore, so we don’t need to work around it.Matěj Cepl2015-11-181-14/+14
* 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
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-4/+4
* Add test_rand, and make sure Rand.rand_(pseudo)_bytes raiseHeikki Toivonen2006-06-051-0/+51