Skip to content

Commit b676cfc

Browse files
Add tags and docs to event stream tests
This adds a `tags` property to event stream protocol test cases so that tests can be filtered just like http request / response tests. This also adds documentation for the trait.
1 parent 730d408 commit b676cfc

6 files changed

Lines changed: 507 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "documentation",
3+
"description": "Added documentation for eventStreamTests",
4+
"pull_requests": [
5+
"[#2973](https://github.com/smithy-lang/smithy/pull/2973)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "feature",
3+
"description": "Added a tags property to eventStreamTests to allow filtering individual cases in the same way that http protocol tests can be.",
4+
"pull_requests": [
5+
"[#2973](https://github.com/smithy-lang/smithy/pull/2973)"
6+
]
7+
}

0 commit comments

Comments
 (0)