summaryrefslogtreecommitdiff
path: root/tests/test_rand.py
Commit message (Expand)AuthorAgeFilesLines
* 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