mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
9 lines
145 B
Python
9 lines
145 B
Python
print("tests starting")
|
|
import pytest
|
|
|
|
from pyscript import window
|
|
|
|
args = window.location.search.replace("?", "").split("&")
|
|
|
|
pytest.main(args)
|