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 b137fb7 commit 316204dCopy full SHA for 316204d
tests/test_docs_snippets.py
@@ -37,7 +37,7 @@ def sim_temperature_controller():
37
print(process.communicate()[0])
38
39
40
-@pytest.mark.skip("Skipping docs tests, this will be the last thing to fix")
+@pytest.mark.skip("Skipping docs tests until docs snippets are updated")
41
@pytest.mark.parametrize("filename", glob.glob("docs/snippets/*.py", recursive=True))
42
def test_snippet(filename):
43
runpy.run_path(filename)
0 commit comments