testup-2 icon indicating copy to clipboard operation
testup-2 copied to clipboard

Detect and warn about duplicate test methods

Open thomthom opened this issue 2 years ago • 0 comments

When writing tests it's easy to for get to change the test name when copy+paste a test. Ruby doesn't complain about this.

Investigate if it's possible to detect this by other means. Even if it's a trivial tests that only checks by scanning for def test_ methods in a file. (Maybe use Parser?)

thomthom avatar May 20 '22 12:05 thomthom