From 67d3a099476d74ce533d815fc78db14f370130b9 Mon Sep 17 00:00:00 2001 From: deepalak56 Date: Mon, 20 Apr 2026 19:11:10 +0530 Subject: [PATCH 1/2] testing doc bot integration --- integration_test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 integration_test.py diff --git a/integration_test.py b/integration_test.py new file mode 100644 index 00000000000000..8da3141ea198b4 --- /dev/null +++ b/integration_test.py @@ -0,0 +1,3 @@ +# Documentation Bot Test +def test_feature(): + pass \ No newline at end of file From 6daa1838a5eea16571ca19af817c3116399cdae7 Mon Sep 17 00:00:00 2001 From: deepalak56 Date: Mon, 20 Apr 2026 19:14:48 +0530 Subject: [PATCH 2/2] Docs: Add documentation for integration test feature This PR adds documentation for the new integration test feature, as part of the test for the documentation bot. --- docs/reference/test-encyclopedia.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/test-encyclopedia.mdx b/docs/reference/test-encyclopedia.mdx index b613577bb8d702..6b14da18edeb23 100644 --- a/docs/reference/test-encyclopedia.mdx +++ b/docs/reference/test-encyclopedia.mdx @@ -738,6 +738,10 @@ behavior and their toolchains will take precedence over the default ones. Test rule authors can define their own test toolchain type and also register a default toolchain for it. +## Integration Testing {#integration-testing} + +Bazel now supports a new `test_feature()` for integration tests. This allows for more robust testing of complex systems. + ## Tag conventions {#tag-conventions} Some tags in the test rules have a special meaning.