go-check / check

Rich testing for the Go language
Other
696 stars 182 forks source link

Add -check.testlist and -gocheck.testlist to list tests only. #110

Closed erikh closed 2 years ago

erikh commented 5 years ago

Also correct list flags' description to indicate that they are suite-only.

Signed-off-by: Erik Hollensbe github@hollensbe.org

erikh commented 5 years ago

Example: https://gist.github.com/da6e406b5708bc48194f831cf362ed40

jhenstridge commented 4 years ago

This looks like it produces the same output as -check.list. Am I missing something here?