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 0e90d91 commit 8bb75c5Copy full SHA for 8bb75c5
tests/test_config.py
@@ -41,7 +41,7 @@ class TestConfig(BaseTest):
41
@classmethod
42
def setUpClass(cls):
43
"""Executed when module is loaded before any test."""
44
- cls.config_files = sorted(Path("tests/fixtures/").glob("**/*.yml"))
+ cls.config_files = sorted(Path("tests/fixtures/").glob("**/mkdocs_*.yml"))
45
cls.feed_image = "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png"
46
47
def setUp(self):
0 commit comments