Skip to content

Conversation

@dependabot-preview
Copy link

Bumps flask-testing from 0.4.1 to 0.8.1.

Release notes

Sourced from flask-testing's releases.

Version 0.8.0

  • Drops support for python 2.6, 3.3, and 3.4 due to end-of-life.
  • Fixes werkzeug 1.0 compatibility issue with import paths

Version 0.6.2

  • Add support for OS chosen port in LiveServerTestCase
  • Better error messages when missing required modules
  • assertRedirects now supports all valid redirect codes as specified in the HTTP protocol
  • Fixed bug that caused TypeError instead of AssertionError when testing against used templates
  • Fixed bug in assertRedirects where the location was not being checked properly

Version 0.6.1

  • Fix issues that prevented tests from running when blinker was not installed

Version 0.6.0

  • LiveServerTestCase will now start running as soon as the server is up
  • assertRedirects now respects the SERVER_NAME config value and can compare against absolute URLs
  • Compatibility with Flask 0.11.1

Version 0.5.0

  • Improvements to LiveServerTestCase
    • The test case will now block until the server is available
    • Fixed an issue where no request context was available
    • Fixed an issue where tests would be run twice when DEBUG was set to True
  • Add missing message arguments for assertRedirects and assertContext
  • Better default failure message for assertRedirects
  • Better default failure message for assertTemplateUsed
  • Fix an issue that caused the render_templates option to not clean up after itself if set to False
  • Update docs to use new Flask extension import specification

Version 0.4.2

  • Improved teardown to be more graceful.
  • Add message argument to assertStatus respectively all assertion methods with fixed status like assert404.
Commits
  • 5107691 Bump to version 0.8.1
  • 7f307d8 Fix import json_available error (#136)
  • 84bdbe0 Bump version to 0.8.0
  • ef069ca fix travis test (#145)
  • 17f19d7 Bump version to 0.7.1 for request context fix
  • 5b4d6ab Revert "Let Flask manage its own request contexts (#108)"
  • d2869cd Update changelog and bump version
  • 624c647 Let Flask manage its own request contexts (#108)
  • afc7659 Use RTD link in readme
  • bc3994f Overwrite debug function to do pre_setup and post_teardown (#94)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [flask-testing](https://github.com/jarus/flask-testing) from 0.4.1 to 0.8.1.
- [Release notes](https://github.com/jarus/flask-testing/releases)
- [Commits](jarus/flask-testing@v0.4.1...v0.8.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 25, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant