Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Bump parameterized from 0.7.4 to 0.8.1 #24

Open
wants to merge 1 commit into
base: boycat
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2021

Bumps parameterized from 0.7.4 to 0.8.1.

Changelog

Sourced from parameterized's changelog.

0.8.1 (2021-01-09) * Add README and LICENSE to pypi sdist package (wolever/parameterized#114; thanks @chohner)

0.8.0 (2021-01-04) * Handle camelCase test names. This is an ever-so-slightly backwards incompatible change, as the method for determining which methods are test methods has changed from method_name.startswith("test_") to method_name.startswith("test"). The latter is the behavior of the unittest module. (thanks @bobwalker99; wolever/parameterized#106) * Fix arguments to skip_on_empty helper (thanks @bhavyakjain; wolever/parameterized#104)

0.7.5 (2021-01-04) * Fix crash on Python 2.7 with unicode docstrings (wolever/parameterized#109) * Replace inspect.stack() with faster inspect.currentframe() (wolever/parameterized#107) * Add a version string to the package (wolever/parameterized#103)

Commits
  • 80cbc49 Bump to 0.8.1 (add LICENSE + README to sdist)
  • ca65a81 Merge pull request #114 from chohner/patch-1
  • 4e96ecb Add README and LICENSE to pypi sdist package
  • 4727f53 Merge pull request #112 from wolever/version-0.8.0
  • 23e182b Bump to 0.8.0
  • d685cc7 Merge pull request #104 from bhavyakjain/master
  • a8522de Bump changelog
  • 32076c4 Merge branch 'other-misc-issues' into master
  • 9d5c209 Update CHANGELOG
  • 1164f20 Merge pull request #106 from bobwalker99/class_test_names
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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