Add tests for new class-based configs

The old-style tests are intentionally kept at config_options_legacy_tests.py
This commit is contained in:
Oleh Prypin
2022-09-12 23:17:14 +02:00
parent 6d8c4d1c7f
commit ff8552a57a
3 changed files with 464 additions and 440 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,7 @@ black
isort
flake8
mypy
typing-extensions
types-setuptools
types-PyYAML
types-Markdown

View File

@@ -34,6 +34,7 @@ commands={envbindir}/flake8 mkdocs
[testenv:mypy]
deps=
mypy
typing-extensions
types-setuptools
types-PyYAML
types-Markdown