summaryrefslogtreecommitdiffstats
path: root/tests/test_spec_examples.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
commit744321bc11f7b1552d22a38848c2966befc98fef (patch)
tree10abfe9e2e150ae3cd3d5c4707fb90493a39d0d8 /tests/test_spec_examples.py
parentAdding debian version 1.33.0-1. (diff)
downloadyamllint-744321bc11f7b1552d22a38848c2966befc98fef.tar.xz
yamllint-744321bc11f7b1552d22a38848c2966befc98fef.zip
Merging upstream version 1.35.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test_spec_examples.py')
-rw-r--r--tests/test_spec_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_spec_examples.py b/tests/test_spec_examples.py
index ac68e12..87a57f6 100644
--- a/tests/test_spec_examples.py
+++ b/tests/test_spec_examples.py
@@ -17,7 +17,6 @@ import os
from tests.common import RuleTestCase
-
# This file checks examples from YAML 1.2 specification [1] against yamllint.
#
# [1]: http://www.yaml.org/spec/1.2/spec.html
@@ -43,6 +42,7 @@ from tests.common import RuleTestCase
# encoding='utf-8') as g:
# g.write(text)
+
class SpecificationTestCase(RuleTestCase):
rule_id = None