Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/signing
Commit message (Collapse)AuthorAgeFilesLines
* Refs #22804 -- Made an unsafe value of 'sep' in Signer ↵Tim Graham2015-09-241-6/+2
| | | | | | an exception. Per deprecation timeline.
* Fixed #22804 -- Added warning for unsafe value of 'sep' ↵David Wolever2015-07-071-0/+18
| | | | | | in Signer Thanks Jaap Roes for completing the patch.
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #23792 -- Added test.utils.freeze_time() context ↵Thomas Chaumeny2014-12-221-13/+5
| | | | manager.
* Fixed #21363 -- Added datetime.timedelta support to ↵Berker Peksag2014-11-151-1/+6
| | | | TimestampSigner.unsign().
* Replaced deprecated assertEqualsClaude Paroz2014-02-281-1/+1
|
* Fixed #19980: Signer broken for binary keys (with ↵MattBlack852014-02-161-0/+6
| | | | | | | | non-ASCII chars). With this pull request, request #878 should considered closed. Thanks to nvie for the patch.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
|
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
|
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-2/+2
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+128