Skip to content
Open

testing #29352

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/test-encyclopedia.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions integration_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation Bot Test
def test_feature():
pass