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)
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)
Coverage: 94.528%. Remained the same when pulling 929444d6569289d2a10071562828c35e12712a42 on dependabot/pip/main/parameterized-tw-0.9.0 into 04fbd965afe135a8b9b715b7014d51f3c9f796db on main.
Updates the requirements on parameterized to permit the latest version.
Changelog
Sourced from parameterized's changelog.
... (truncated)
Commits
8719c41
Version 0.9.0b9f6a64
Bump to 0.9.0-rc1 for testing1e0241f
Merge pull request #161 from wolever/fix-138-mock-patch-multiple8bc5b58
Fix #138: support for class-level mock.patch.multiple64295bf
Merge pull request #159 from adamchainz/remove_hg_ignorea70f49b
Remove hgignore filee383e1e
Merge pull request #157 from wolever/issue-134-allow-bytes-as-input41471f9
Fix #134 - wrap str, bytes, and any non-iterable input4d5f3d6
Merge pull request #156 from wolever/test-for-mock-patch-multiple5872986
Add test for@mock
.patch.multipleDependabot 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)