-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Testify should support a cli with subcommands and options. Desired outcome is a git-like cli syntax
Looking currently at the airline library which is currently being maintaned at rvesse/airline
Testify Subcommands
- clean - clean up test results
- run - runs tests (no parameters will run from the current directory)
- create - create a new testify project (should create basic scaffold, git init, with ignore files and so on)
- init - initializes a .testify.yml file within an exisiting directory
Most likely there will be more in the future but these few basic ones will be an excellent start
Reactions are currently unavailable