gotests icon indicating copy to clipboard operation
gotests copied to clipboard

Add -f flag to force create test functions that already exist

Open cweill opened this issue 10 years ago • 0 comments

If a dev changes a method signature, they will want to update their tests. But if the name is the same, gotests won't generate the test if it already exists. A -f flag should force it to create the duplicate test functions.

cweill avatar Jan 28 '16 20:01 cweill