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 b38a747 commit 210af92Copy full SHA for 210af92
tests/run_examples_test.py tests/run_all_examples.pytests/run_examples_test.py renamed to tests/run_all_examples.py
@@ -35,7 +35,8 @@ async def run_examples_local():
35
await run_example(file, local=True)
36
37
38
-def test_run_examples():
+# TODO: fix using pytest
39
+def run_all_examples():
40
"""Integration test for running the examples."""
41
load_dotenv()
42
os.environ["CODEBOX_TEST"] = "True"
@@ -45,4 +46,4 @@ def test_run_examples():
45
46
47
48
if __name__ == "__main__":
- test_run_examples()
49
+ run_all_examples()
0 commit comments