Skip to content

Commit 2e85545

Browse files
committed
tests: Add test that builds our own docs
1 parent 463827b commit 2e85545

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_plugin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Tests for the plugin module."""
2+
from mkdocs.commands.build import build
3+
from mkdocs.config.base import load_config
24

35

46
def test_plugin():
5-
"""Very basic test."""
6-
from mkdocstrings import plugin
7-
8-
assert plugin
7+
"""Build our own documentation."""
8+
build(load_config())

0 commit comments

Comments
 (0)