Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • G gesfipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Prog
  • gesfipe
  • Merge requests
  • !271

Closed
Created May 19, 2021 by Prog@ProgMaintainer
  • Report abuse
Report abuse

Update django-test-plus to 2.0.1

  • Overview 1
  • Commits 1
  • Changes 1

Created by: pyup-bot

This PR updates django-test-plus from 1.0.22 to 2.0.1.

Changelog

2.0.1

- Make assertLoginRequired work for pytest tp fixture.

2.0.0

- Drops Python 2.7, 3.4, and pypy and Django 1.11 support.
- Add Django 3.1 support.

1.4.0

- Added Django 3.0 support
- Misc dependency updates

1.3.1

- Made `make_user` and `get_instance` class based methods, so they can be used
 in `setupUpTestData`. Thanks avelis for the report.

1.3.0

- Add `tp_api` pytest fixture.

1.2.0

- Add optional `msg` argument to assertEqual method. Thanks davitovmasyan.

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
Links
  • PyPI: https://pypi.org/project/django-test-plus
  • Changelog: https://pyup.io/changelogs/django-test-plus/
  • Repo: https://github.com/revsys/django-test-plus/
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pyup-update-django-test-plus-1.0.22-to-2.0.1