Skip to content

Commit f2342e1

Browse files
committed
tests: Add a very basic test file
1 parent 34dde03 commit f2342e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def test_plugin():
2+
from mkdocstrings import plugin
3+
assert plugin

0 commit comments

Comments
 (0)