scripttestutil is a package containing utilities related to scripttest.
Notably, scripttestutil has a command, scripttest that is a tool to run scripttest tests on a
codebase.
scripttest is a command-line tool for managing scripttest testing in a codebase. It provides functionality for running, generating, and managing scripttests with AI assistance.
- Install scripttest tool (requires Go):
go install https://github.com/tmc/scripttestutil/cmd/scripttest@latestscriptest usage:
-
Infer config:
scripttest infer -
Run tests:
scripttest test
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.