Skip to content

Commit

Permalink
Modified test_startup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathItYT committed Mar 23, 2024
1 parent ddf2ad7 commit da53601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_startup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import subprocess
import sys


class TestStartup:
def test_startup(self):
subprocess.run(["python3", "-m", "manim_studio",
subprocess.run([sys.executable, "-m", "manim_studio",
"--timeout", "5"], check=True)

0 comments on commit da53601

Please sign in to comment.