Update django-test-plus to 1.2.0
Created by: pyup-bot
This PR updates django-test-plus from 1.0.22 to 1.2.0.
Changelog
1.1.1
- Fix premature loading of Django settings under pytest
1.1.0
- Added real pytest fixture support!
- Stopped testing support below Django 1.11.x. django-test-plus should probably continue to work for a long time, but Django 1.11 is the only pre-2.x version that is still supported so all we are going to worry about.
- Moved README and docs to Markdown
version 1.0.22 - January 9th, 2018
- Fix bug where we did not pass data dictionary to RequestFactory.get() properly