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.
2 parents 04a658f + f77ad4f commit 4cbd9ffCopy full SHA for 4cbd9ff
nixio/test/test_doc_examples.py
@@ -15,6 +15,8 @@
15
16
class TestDocumentationExamples(unittest.TestCase):
17
18
+ examples_path = Path("docs/source/examples")
19
+
20
def run_script(self, script_name):
21
file_path = Path.joinpath(self.examples_path, script_name)
22
runpy.run_path(path_name=str(file_path), run_name="__main__")
0 commit comments