SketchUp / testup-2

TestUp 2 for SketchUp - A GUI wrapper for running Minitest in SketchUp
MIT License
26 stars 37 forks source link

Detect and warn about duplicate test methods #207

Open thomthom opened 2 years ago

thomthom commented 2 years ago

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?)