You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yamllint/tests
Adrien Vergé 62fa4cbe39 Tests: indentation: Test the indent stack
The "indentation stack" is iteratively built by the `check()` function
of the indentation rule. It is important, since everything in the rule
relies on it.

This patch adds tests to make sure the stack is correctly built for some
known structures.
10 years ago
..
rules Tests: indentation: Test the indent stack 10 years ago
yaml-1.2-spec-examples Tests: Remove ghost character from YAML spec example 10 years ago
__init__.py Initial commit 10 years ago
common.py Tests: Reorganize common and global tests 10 years ago
test_config.py Config: Refactor to use YamlLintConfig objects 10 years ago
test_parser.py Tests: Remove Python 2.6 from CI tests 10 years ago
test_spec_examples.py Tests: Remove ghost character from YAML spec example 10 years ago
test_syntax_errors.py Rules: indentation: Handle sets 10 years ago