aboutsummaryrefslogtreecommitdiff
path: root/tests/test_strings.py
AgeCommit message (Expand)Author
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2018-10-23Fix BytesWarning in testsJon Dufresne
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-27Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel
2015-11-05Added character encoding markers for Python 2.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2011-11-06Fixed unittesting with toxSybren A. Stüvel
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Update tests to use unittest2.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-07-30Removed insecure code from rsa/__init__.pySybren A. Stüvel
2011-06-20Added block padding to be able to work with leading zeroes, breaks all kind o...Sybren A. Stüvel
2011-06-20Added unittestsSybren A. Stüvel