1Integration tests 2================= 3 4This folder is intended to hold larger scale test that check that rules_go 5works correctly in the real world, rather than in isolated single feature 6tests. 7 8If the unit tests were correct and exhaustive this directory should in theory 9be redundant, but in practice it helps catch many issues and points to places 10where more unit tests are needed. 11 12Contents 13-------- 14 15.. Child list start 16 17* `Gazelle functionality <gazelle/README.rst>`_ 18* `Popular repository tests <popular_repos/README.rst>`_ 19* `Reproducibility <reproducibility/README.rst>`_ 20* `Functionality related to @go_googleapis <googleapis/README.rst>`_ 21 22.. Child list end 23 24