summaryrefslogtreecommitdiff
path: root/tests/test_bn.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Remove superfluous variables in test_bn.Matěj Cepl2021-01-141-9/+9
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-2/+2
* PEP8isationMatěj Cepl2018-03-201-4/+1
* For testing we need to use some deprecated functions.Matěj Cepl2018-02-051-3/+5
* Work with bytes() and str() on py3k and py2k alternatively.Matěj Cepl2016-05-201-0/+0
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+0
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-8/+8
* Remove more plain assertsMatěj Cepl2015-11-181-1/+1
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+6
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-4/+4
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Added BN module with rand, rand_range and randfname methods and associated te...Heikki Toivonen2005-05-191-0/+80