1Each fixture (under fixtures/) is paired with each test (under tests/) and
2forms a complete end-to-end test.
3
4To add a new test or fixture:
5- add the code to the relevant directory
6- update generate_tests.bzl to reflect the change
7- regenerate projects
8