Skip to content

Commit 210af92

Browse files
committed
🧪 rm running examples from pytest
(for now)
1 parent b38a747 commit 210af92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ async def run_examples_local():
3535
await run_example(file, local=True)
3636

3737

38-
def test_run_examples():
38+
# TODO: fix using pytest
39+
def run_all_examples():
3940
"""Integration test for running the examples."""
4041
load_dotenv()
4142
os.environ["CODEBOX_TEST"] = "True"
@@ -45,4 +46,4 @@ def test_run_examples():
4546

4647

4748
if __name__ == "__main__":
48-
test_run_examples()
49+
run_all_examples()

0 commit comments

Comments
 (0)