mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-26 22:49:39 +02:00
fix: add verification and playback safeguards
This commit is contained in:
parent
312d5d6df0
commit
50a954c585
16 changed files with 1556 additions and 43 deletions
10
tests/test_syntax_baseline.py
Normal file
10
tests/test_syntax_baseline.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import py_compile
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
ROOT = Path(__file__).resolve().parents[1]
|
||||
|
||||
|
||||
def test_python_entrypoints_compile():
|
||||
py_compile.compile(str(ROOT / "stream_server.py"), doraise=True)
|
||||
py_compile.compile(str(ROOT / "ascii_video_player2.py"), doraise=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue