mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
8 lines
144 B
Python
8 lines
144 B
Python
print("tests starting")
|
|
import pytest
|
|
from pyscript import window
|
|
|
|
args = window.location.search.replace("?", "").split("&")
|
|
|
|
pytest.main(args)
|