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 463827b commit 2e85545Copy full SHA for 2e85545
1 file changed
tests/test_plugin.py
@@ -1,8 +1,8 @@
1
"""Tests for the plugin module."""
2
+from mkdocs.commands.build import build
3
+from mkdocs.config.base import load_config
4
5
6
def test_plugin():
- """Very basic test."""
- from mkdocstrings import plugin
7
-
8
- assert plugin
+ """Build our own documentation."""
+ build(load_config())
0 commit comments