aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_bazel_test/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_bazel_test/README.rst')
-rw-r--r--tests/core/go_bazel_test/README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/core/go_bazel_test/README.rst b/tests/core/go_bazel_test/README.rst
new file mode 100644
index 00000000..073f955f
--- /dev/null
+++ b/tests/core/go_bazel_test/README.rst
@@ -0,0 +1,10 @@
+go_bazel_test macro functionality
+=================================
+
+Tests to ensure the go_bazel_test is functioning correctly.
+
+dataargtest_test
+----------------
+
+Tests that `data` and `args` provided to `go_bazel_test` are provided to the go
+test framework correctly.