Skip to content

Commit df45086

Browse files
CTY-gitplon-Susk7patched.codes[bot]
authored
Version bump to 0.0.78 (#1010)
* initial changes * Patched /home/priyash7/Desktop/open-source/patchwork/patchwork/patchflows/GenerateUnitTests/README.md * final changes * intermediate changes * made changes to modifyCode step * added README and fixed code * partition changes * added test to CI * version bump * fix test * added default extension to yaml * bump to 0.0.78 --------- Co-authored-by: priyash7 <[email protected]> Co-authored-by: patched.codes[bot] <298395+patched.codes[bot]@users.noreply.github.com> Co-authored-by: Priyash Shah <[email protected]>
1 parent 981d5a9 commit df45086

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "patchwork-cli"
3-
version = "0.0.77"
3+
version = "0.0.78"
44
description = ""
55
authors = ["patched.codes"]
66
license = "AGPL"

tests/common/test_app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_default_list_option_callback(runner):
5050
DependencyUpgrade
5151
GenerateDocstring
5252
GenerateREADME
53+
GenerateUnitTests
5354
PRReview
5455
ResolveIssue"""
5556
)
@@ -67,6 +68,7 @@ def test_config_list_option_callback(runner, config_dir, patchflow_file):
6768
DependencyUpgrade
6869
GenerateDocstring
6970
GenerateREADME
71+
GenerateUnitTests
7072
PRReview
7173
ResolveIssue
7274
{name_without_ext}"""

0 commit comments

Comments
 (0)