https://github.com/knwoop/testfuns
https://github.com/knwoop/testfuns
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knwoop/testfuns
- Owner: knwoop
- License: mit
- Created: 2023-11-25T15:30:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T17:08:11.000Z (over 2 years ago)
- Last Synced: 2025-04-01T23:40:27.916Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testfuns
This tool is designed to help Go developers quickly find test functions within their Go projects. It scans _test.go files in the current directory and its subdirectories, identifying functions that start with Test.
## Features
- Recursively searches through the current directory and subdirectories.
- Identifies functions starting with Test in _test.go files.
- Outputs the file path and function name of each test function found.
## Requirements
Go version 1.x or higher
## License
This project is licensed under the MIT License - see the LICENSE file for details.