summaryrefslogtreecommitdiff
path: root/cli/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/README.md')
-rw-r--r--cli/tests/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/README.md b/cli/tests/README.md
new file mode 100644
index 000000000..dc199196d
--- /dev/null
+++ b/cli/tests/README.md
@@ -0,0 +1,7 @@
+# Integration Tests
+
+This path contains integration tests. See integration_tests.rs for the index.
+
+TODO(ry) Currently //tests is a symlink to //cli/tests, to simplify transition.
+In the future //tests should be removed when all references to //tests are
+updated.