Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Update django-test-plus to 1.0.15 #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of django-test-plus available.
You are currently using 1.0.11. I have updated it to 1.0.15

Changelog

1.0.15


  • Added helper methods for more HTTP methods like put, patch, and trace
  • Added assertResponseContains and assertResponseNotContains

1.0.14


  • Fixed documentation typo
  • Added response_400() test
  • Added Guinslym and David Arcos to AUTHORS.txt

1.0.13


  • Added response_401() test
  • Fixed situation where User models without a 'username' field could not be
    used as easily. Now credential field is automatically determined.
  • Fixed assertLoginRequired when settings.LOGIN_URL is a named URL pattern
  • Removed support for Django 1.4.x as it is well beyond it's end of life and causes a headache for supporting newer releases

1.0.12


  • Fixed incorrect documentation
  • Added response_405 and response_410 test methods

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented Aug 18, 2016

Current coverage is 100% (diff: 100%)

Merging #131 into master will not change coverage

@@           master   #131   diff @@
====================================
  Files           9      9          
  Lines          96     96          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits           96     96          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 3c3c278...d0292ad

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants