aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/README.rst')
-rw-r--r--tests/integration/README.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/integration/README.rst b/tests/integration/README.rst
new file mode 100644
index 00000000..0624954b
--- /dev/null
+++ b/tests/integration/README.rst
@@ -0,0 +1,23 @@
+Integration tests
+=================
+
+This folder is intended to hold larger scale test that check that rules_go
+works correctly in the real world, rather than in isolated single feature
+tests.
+
+If the unit tests were correct and exhaustive this directory should in theory
+be redundant, but in practice it helps catch many issues and points to places
+where more unit tests are needed.
+
+Contents
+--------
+
+.. Child list start
+
+* `Gazelle functionality <gazelle/README.rst>`_
+* `Popular repository tests <popular_repos/README.rst>`_
+* `Reproducibility <reproducibility/README.rst>`_
+* `Functionality related to @go_googleapis <googleapis/README.rst>`_
+
+.. Child list end
+