-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Test] Break massive ios_test function into factory (#754)
Add the ability to override stuff. Test rules were impossible to extend and difficult reasoning about how it worked with rules_apple - which led to issues implementing new features like shard by class. Test rules simply accept a `test_suite_factory`. On the default one, which you can override parts if necesary. _The default one could be much generic - but at some point, I expect people to just make their own `test_suite_factory` VS adding too many abstractions to it_ Last: normalize all into a single bundle - otherwise it would duplicate tons of data and be un-useable at scale.
- Loading branch information
1 parent
b17f64e
commit f5fd958
Showing
2 changed files
with
279 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.