From df45086dcf94366ebff334e24e1e55628156aaec Mon Sep 17 00:00:00 2001 From: TY <42710806+CTY-git@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:43:06 +0800 Subject: [PATCH] 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 Co-authored-by: patched.codes[bot] <298395+patched.codes[bot]@users.noreply.github.com> Co-authored-by: Priyash Shah <89684873+plon-Susk7@users.noreply.github.com> --- pyproject.toml | 2 +- tests/common/test_app.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a21711290..ca94854be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "patchwork-cli" -version = "0.0.77" +version = "0.0.78" description = "" authors = ["patched.codes"] license = "AGPL" diff --git a/tests/common/test_app.py b/tests/common/test_app.py index 938ee1b95..85ca95cd3 100644 --- a/tests/common/test_app.py +++ b/tests/common/test_app.py @@ -50,6 +50,7 @@ def test_default_list_option_callback(runner): DependencyUpgrade GenerateDocstring GenerateREADME +GenerateUnitTests PRReview ResolveIssue""" ) @@ -67,6 +68,7 @@ def test_config_list_option_callback(runner, config_dir, patchflow_file): DependencyUpgrade GenerateDocstring GenerateREADME +GenerateUnitTests PRReview ResolveIssue {name_without_ext}"""