Skip to content

knwoop/testfuns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages