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 90ce9f0 commit f236624Copy full SHA for f236624
tests/test_documentation_build.py
@@ -1,5 +1,6 @@
1
"""Tests for documentation build."""
2
3
+import os
4
import sys
5
6
import pytest
@@ -25,6 +26,9 @@ def test_docs_general_functions_present():
25
26
This is an awesome thing that we could use help with in the future.
27
"""
28
29
+ # Build docs using mkdocs
30
+ os.system("mkdocs build --clean")
31
+
32
# We want to check that the following keywords are all present.
33
# I put in a subsample of general functions.
34
# This can be made much more robust.
0 commit comments