-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Hi @mickeynp
@tmcgilchrist and I are working on adding support for the ocaml language to combobulate. We noticed we may end up with too many test fixtures if we wanted to properly test navigating the ocaml syntax: so here are some questions:
- What is the typical test coverage you expect for any language?
- Is it necessary to always have one file per tested feature?
- What do you think about the balance between test coverage and test suite size and do you want to have a limit on the test suite size?
For context, we plan to write over 25 test fixtures