Skip to content

Add support for rich cli #12

@oconnormi

Description

@oconnormi

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions