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 609465b commit 8079ecaCopy full SHA for 8079eca
tests/test_documentation_build.py
@@ -1,6 +1,6 @@
1
"""Tests for documentation build."""
2
3
-import os
+import os
4
5
import pytest
6
@@ -19,7 +19,7 @@ def test_docs_general_functions_present():
19
all of the functions are present in the docs.
20
This is an awesome thing that we could use help with in the future.
21
"""
22
- # Build docs using mkdocs
+ # Build docs using mkdocs
23
os.system("mkdocs build --clean")
24
25
# We want to check that the following keywords are all present.
0 commit comments