An open API service indexing awesome lists of open source software.

https://github.com/knwoop/testfuns


https://github.com/knwoop/testfuns

Last synced: 8 months ago
JSON representation

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.