| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-21 | 674 Bytes | |
| v1.7.2 source code.tar.gz | 2025-10-21 | 44.4 kB | |
| v1.7.2 source code.zip | 2025-10-21 | 131.7 kB | |
| Totals: 3 Items | 176.8 kB | 0 | |
What's New in v1.7.2
This is a small cleanup release with code quality improvements and documentation updates.
Improvements
๐งน Code Cleanup
- Remove unnecessary type conversion (#170) - Simplified code in
generateTest()by removing redundant type conversion. Thanks to @fengxuway!
๐ Documentation
- Update VS Code link (#167) - Changed Visual Studio Code link to point directly to gotests-specific configuration documentation for easier setup. Thanks to @davidhsingyuchen!
Installation
:::bash
go install github.com/cweill/gotests/gotests@v1.7.2
Full Changelog: https://github.com/cweill/gotests/compare/v1.7.1...v1.7.2