Show HN: Algorithm sees what humans see, finds duplicate tests
1–8 of 8 posts
Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#2Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#3Does it work with tests written in other programming languages apart from Ruby?
Out of the box, it supports several languages and test styles:
- Java with junit3 and junit4
- Ruby with test/unit
- Python with PyUnit
It is easily extensible for any programming language and test style.
Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#4Does it work with tests written in other programming languages apart from Ruby?
Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#5Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#6Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#7TestLess? Like, without testis?
The name TestLess was chosen to imply that without redundant tests, you will be testing less.
Unfortunately I did not become aware of the colloquial meaning until after naming the product.
Re: Show HN: Algorithm sees what humans see, finds duplicate tests
#8So is TestLess only for automated tests? Seems like it is.
In fact, labs results using several manual test corpora show that it is well-suited to compare manual tests as is. You will only need to write a TestDetector for such tests and your off to the races.