aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/end2end/README')
-rw-r--r--test/core/end2end/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/core/end2end/README b/test/core/end2end/README
new file mode 100644
index 0000000000..31598b61b8
--- /dev/null
+++ b/test/core/end2end/README
@@ -0,0 +1,10 @@
+Each fixture (under fixtures/) is paired with each test (under tests/) and
+forms a complete end-to-end test.
+
+To add a new test or fixture:
+- add the code to the relevant directory
+- update gen_build_json.py to reflect the change
+- regenerate projects
+// MOE:begin_strip
+- update net/grpc/c/BUILD to reflect the change
+// MOE:end_strip \ No newline at end of file