precommit fixes

This commit is contained in:
Fabio Pliger
2024-01-31 17:31:11 -06:00
parent ac1cf5fe66
commit cffee1d680
12 changed files with 51 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
print("tests starting")
import pytest
from pyscript import window
args = window.location.search.replace("?", "").split("&")

View File

@@ -1,9 +1,10 @@
from unittest import mock
import pytest
from pyscript import document, when
from pyweb import pydom
from pyscript import document, when
class TestDocument:
def test__element(self):