chore(deps): update dependency green to v3.4.3 #291
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.2
->3.4.3
Release Notes
CleanCut/green (green)
v3.4.3
Compare Source
20 Sep 2022
v3.4.2
Compare Source
23 May 2022
*/dist-packages*
to the default./g
, now defaults to looking forpython3
v3.4.1
Compare Source
20 January 2021
mymodule.MyClass.mytest
as the target to test. Now green reliably crashes in this situation. Note that this changes the behavior for syntax errors when initiated with a filename target. Previously specifying the test target as a filename such asmymodule.py
that had a syntax error in it would result in converting the loading exception into a single test failure representing the inability to load a test file. Now, we simply crash on the syntax error. In practice, I believe this is an improvement...as syntax errors are easy to fix, and folks are used to hitting the crash and fixing them, while obscuring them behind a custom test failure is not only unusual, it's also a lot of work to make it happen inside green.v3.4.0
Compare Source
12 January 2021
-vvvv
on the command line orverbose=4
in the config) now displays the test method name and the test method docstring. Resolves #252.v3.3.0
Compare Source
15 July 2021
-X NUM, --maxtasksperchild NUM
to force worker processes to exit and respawn after a certain number of tasks so that we could use it in integration tests to force the condition fixed below. A "task" is typically the suite of tests from a single file.v3.2.6
Compare Source
25 April 2021
v3.2.5
Compare Source
23 Nov 2020
v3.2.4
Compare Source
1 Nov 2020
-j/--junit-report
so that it writes to the properly-named file when specified from a config file. Contributed by @jwaschkau in #236.v3.2.3
Compare Source
11 Oct 2020
Resolves #228.
and AppVeyor.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.