Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump testfixtures from 6.10.3 to 6.15.0 #2049

Merged
merged 1 commit into from Oct 24, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps testfixtures from 6.10.3 to 6.15.0.

Changelog

Sourced from testfixtures's changelog.

6.15.0 (9 Oct 2020)

  • Add support to LogCapture for making sure log entries above a specified level have been checked.

Thanks to Zoltan Farkas for the implementation.

6.14.2 (4 Sep 2020)

  • Fix bug where ignore_eq had no effect on nested objects when using compare.

Thanks to Grégoire Payen de La Garanderie for the fix.

6.14.1 (20 Apr 2020)

  • Fix bugs in comparison of ~unittest.mock.call objects where the repr of the ~unittest.mock.call arguments were the same even when their attributes were not.

6.14.0 (24 Feb 2020)

  • Add support for non-deterministic logging order when using twisted.LogCapture.

6.13.1 (20 Feb 2020)

  • Fix for using compare to compare two-element ~unittest.mock.call objects.

Thanks to Daniel Fortunov for the fix.

6.13.0 (18 Feb 2020)

  • Allow any attributes that need to be ignored to be specified directly when calling ~testfixtures.comparison.compare_object. This is handy when writing comparers for compare.

6.12.1 (16 Feb 2020)

  • Fix a bug that occured when using compare to compare a string with a slotted object that had the same repr as the string.

6.12.0 (6 Feb 2020)

  • Add support for universal_newlines, text, encoding and errors to popen.MockPopen, but only for Python 3.

6.11.0 (29 Jan 2020)

  • decimal.Decimal now has better representation when compare displays a failed comparison, particularly on Python 2.
Commits
  • 0fa9151 Prepare for 6.15.0 release.
  • 712f6a5 Merge pull request #143 from zolyfarkas-fb/issue-138
  • 768ecaa Add default log check(assert) requirements for LogCapture
  • 7048e22 Merge pull request #141 from zolyfarkas-fb/Fix-Typo-LogCapture
  • b662ee2 change docstring to be consistent with the rest.
  • 483bc8d fix typo
  • 9e96e7d Merge pull request #139 from abcdenis/patch-1
  • a3429cd typo
  • a02097a Prepare for 6.14.2 release.
  • 518089c Merge pull request #137 from gdlg/ignore_eq
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 23, 2020
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

@codecov
Copy link

codecov bot commented Oct 23, 2020

Codecov Report

Merging #2049 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2049   +/-   ##
=======================================
  Coverage   81.38%   81.38%           
=======================================
  Files         184      184           
  Lines        9707     9707           
  Branches     1564     1564           
=======================================
  Hits         7900     7900           
  Misses       1375     1375           
  Partials      432      432           

Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 6.10.3 to 6.15.0.
- [Release notes](https://github.com/Simplistix/testfixtures/releases)
- [Changelog](https://github.com/Simplistix/testfixtures/blob/master/CHANGELOG.rst)
- [Commits](simplistix/testfixtures@6.10.3...6.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@kryskool kryskool force-pushed the dependabot/pip/testfixtures-6.15.0 branch from c55e504 to eb2ba4d Compare October 24, 2020 18:11
@mergify mergify bot merged commit e93cb49 into master Oct 24, 2020
@mergify mergify bot deleted the dependabot/pip/testfixtures-6.15.0 branch October 24, 2020 18:45
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.

None yet

0 participants