summaryrefslogtreecommitdiff
path: root/tests/signing/tests.py
AgeCommit message (Expand)Author
2015-07-07Fixed #22804 -- Added warning for unsafe value of 'sep' in SignerDavid Wolever
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-22Fixed #23792 -- Added test.utils.freeze_time() context manager.Thomas Chaumeny
2014-11-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-02-28Replaced deprecated assertEqualsClaude Paroz
2014-02-16Fixed #19980: Signer broken for binary keys (with non-ASCII chars).MattBlack85
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner