mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
[PR #1733] fix(deps): update module github.com/cweill/gotests to v1.9.0 #1716
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1733
Author: @renovate[bot]
Created: 10/30/2025
Status: 🔄 Open
Base:
main← Head:renovate/github.com-cweill-gotests-1.x📝 Commits (1)
bb05a26fix(deps): update module github.com/cweill/gotests to v1.9.0📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
go.mod(+1 -1)📝
go.sum(+2 -0)📄 Description
This PR contains the following updates:
v1.8.0->v1.9.0Release Notes
cweill/gotests (github.com/cweill/gotests)
v1.9.0: - AI-Powered Test GenerationCompare Source
🤖 AI-Powered Test Generation
This release adds AI-powered test case generation using local LLMs via Ollama, enabling automatic generation of intelligent, realistic test cases.
✨ Key Features
🚀 Quick Start
📝 Example
Given this function:
AI generates:
🎛️ Configuration Options
🔒 Privacy & Security
-aion code containing secrets or API keys📊 Test Coverage Improvements
📚 Documentation Enhancements
🛠️ Technical Implementation
New Packages:
internal/ai- AI provider abstraction layerCLI Flags:
-ai- Enable AI test case generation-ai-model- Select model (default: qwen2.5-coder:0.5b)-ai-endpoint- Ollama endpoint (default: http://localhost:11434)-ai-min-cases- Minimum test cases to generate (default: 3)-ai-max-cases- Maximum test cases to generate (default: 10)Architecture:
🐛 Known Issues
📦 Installation
🙏 Credits
🤖 Developed with assistance from Claude Code
Full Changelog: https://github.com/cweill/gotests/compare/v1.8.0...v1.9.0
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 was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.