-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I am having trouble testing out TTNT in order to check if this tool is applicable to big projects like rails/rails. I am trying to build my own toy app and use TTNT with it, but I realized this is making my development really slow.
If you have some projects you can use TTNT on, please let me know. I am searching for projects which meet these criteria:
- Uses Ruby
- Uses Minitest or RSpec for testing
- Have good amount of testing code (hopefully over 10 test files)
- In active development and code changes on a daily basis
- Project is not THAT big: Making hundreds of developers confused when TTNT messes things up is not desirable
What I want to test is:
- Whether or not there are cases TTNT cannot select failing test
- for now this is expected when code change is introduced on native extension C code (because coverage cannot reach to native code)
- How much impact TTNT can have in terms of cutting off the time of test run
Regarding this, I want to run 2 kinds of tests (test without TTNT and with TTNT) each time (e.g. each time CI runs). And I want to collect data on those runs. So with this experiment some delay of CI is expected.
Thank you for your interest!