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 9ff465a commit abe3bd2Copy full SHA for abe3bd2
tests/run_examples_test.py
@@ -40,7 +40,6 @@ def test_run_examples():
40
load_dotenv()
41
os.environ["CODEBOX_TEST"] = "True"
42
# TODO: Use ENV variable to reuse the same remote codebox
43
- # TODO: Use ENV variable to disable image and text output when testing
44
asyncio.run(run_examples())
45
asyncio.run(run_examples_local())
46
0 commit comments