From 1a6cf065e8c6bf291a4f28c1e03f16b450f67df3 Mon Sep 17 00:00:00 2001 From: Durjaya Das <22052724@kiit.ac.in> Date: Tue, 17 Jun 2025 23:10:04 +0530 Subject: [PATCH 1/3] docs: added beginner tip for keploy gen verbose flag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62d916515..2788362b2 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ When we merge your PR, a new build automatically occurs and your changes publish ## How to Get Involved? Keploy welcomes contributions to the docs website. If you have an idea for a new feature or a bug fix, please submit an issue or pull request. Our planned features can be found on our [Issue Tracker](https://github.com/keploy/keploy/issues/new/choose). +> ## Beginner Tip: + Use the `--verbose` flag with the `keploy gen` command to get detailed logs during unit test generation. This helps understand what Keploy is doing step-by-step and is super helpful for debugging! ## Community Support ❤️ From 7d14ae779edce934b96302ac91adae20190f68b2 Mon Sep 17 00:00:00 2001 From: Durjaya Das <22052724@kiit.ac.in> Date: Wed, 18 Jun 2025 20:49:59 +0530 Subject: [PATCH 2/3] docs: add beginner tip for keploy gen verbose flag --- filename.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 filename.md diff --git a/filename.md b/filename.md new file mode 100644 index 000000000..ee0ba7c9f --- /dev/null +++ b/filename.md @@ -0,0 +1 @@ +> 💡 **Beginner Tip:** Use the `--verbose` flag with the `keploy gen` command to get detailed logs during unit test generation. This helps understand what Keploy is doing step-by-step and is super helpful for debugging! From a52b11900eb57004ec1d0d03c64deb1b6120a1ad Mon Sep 17 00:00:00 2001 From: Durjaya Das <153779228+Dur-jaya@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:09:31 +0530 Subject: [PATCH 3/3] Update README.md Signed-off-by: Durjaya Das <153779228+Dur-jaya@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6506b47cf..ccca0f478 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,10 @@ When we merge your PR, a new build automatically occurs and your changes publish ## How to Get Involved? Keploy welcomes contributions to the docs website. If you have an idea for a new feature or a bug fix, please submit an issue or pull request. Our planned features can be found on our [Issue Tracker](https://github.com/keploy/keploy/issues/new/choose). +>### keploy gen + +Generates unit tests using the LLM and coverage report. + > ## Beginner Tip: Use the `--verbose` flag with the `keploy gen` command to get detailed logs during unit test generation. This helps understand what Keploy is doing step-by-step and is super helpful for debugging!