1 2 3 4 5 6 7 8 9 10 11 12 13
# License: MIT # Copyright © 2023 Frequenz Energy-as-a-Service GmbH """Validate docstring code examples. Code examples are often wrapped in triple backticks (```) within docstrings. This plugin extracts these code examples and validates them using pylint. """ from frequenz.repo.config.pytest import examples from sybil import Sybil pytest_collect_file = Sybil(**examples.get_sybil_arguments()).pytest()