Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc90bb commit 9882dbeCopy full SHA for 9882dbe
1 file changed
jsonschema/tests/_suite.py
@@ -19,7 +19,7 @@
19
import referencing.jsonschema
20
21
if TYPE_CHECKING:
22
- from collections.abc import Iterable, Mapping
+ from collections.abc import Iterable, Mapping, Sequence
23
24
import pyperf
25
@@ -162,6 +162,7 @@ class _Case:
162
schema: Mapping[str, Any] | bool
163
tests: list[_Test]
164
comment: str | None = None
165
+ specification: Sequence[dict[str, str]] = ()
166
167
@classmethod
168
def from_dict(cls, data, remotes, **kwargs):
0 commit comments