We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_documentation_build.py
1 parent 30cc453 commit 609465bCopy full SHA for 609465b
tests/test_documentation_build.py
@@ -1,5 +1,7 @@
1
"""Tests for documentation build."""
2
3
+import os
4
+
5
import pytest
6
7
@@ -17,6 +19,8 @@ def test_docs_general_functions_present():
17
19
all of the functions are present in the docs.
18
20
This is an awesome thing that we could use help with in the future.
21
"""
22
+ # Build docs using mkdocs
23
+ os.system("mkdocs build --clean")
24
25
# We want to check that the following keywords are all present.
26
# I put in a subsample of general functions.
0 commit comments