[Python-modules-commits] [django-session-security] 08/09: Merge pull request #60 from yourlabs/test_stabilization
Jean-Michel Vourgère
nirgal at moszumanska.debian.org
Sun Jan 17 04:55:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
nirgal pushed a commit to tag 2.3.1
in repository django-session-security.
commit 86d0670710a6f4ecacaef0dd94e32be6450989d3
Merge: e998aad 629cb11
Author: James Pic <jpic at users.noreply.github.com>
Date: Sun Jan 3 18:51:17 2016 +0100
Merge pull request #60 from yourlabs/test_stabilization
Stabilize tests and Django upgrade
.travis.yml | 13 +-
circle.yml | 1 -
.../fixtures/session_security_test_user.json | 20 +++
session_security/tests/project/__init__.py | 0
session_security/tests/project/settings.py | 117 +++++++++++++++++
.../tests/project}/static/jquery.js | 0
.../tests/project}/templates/404.html | 0
.../tests/project}/templates/500.html | 0
.../tests/project}/templates/admin/base_site.html | 0
.../tests/project}/templates/home.html | 0
.../tests/project}/urls.py | 15 ++-
session_security/tests/project/wsgi.py | 16 +++
session_security/tests/test_base.py | 68 +++-------
session_security/tests/test_middleware.py | 8 +-
session_security/tests/test_script.py | 143 ++++++---------------
session_security/tests/test_views.py | 6 +-
session_security/urls.py | 4 +-
test_project/test_project/settings.py | 1 +
tox.ini | 31 ++---
19 files changed, 254 insertions(+), 189 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git
More information about the Python-modules-commits
mailing list