This commit is contained in:
Fabio Pliger
2024-02-12 14:47:36 -06:00
parent ae3c36b5dd
commit 83d17a75ba
13 changed files with 74 additions and 22 deletions

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):