This commit is contained in:
Fabio Pliger
2024-06-03 16:47:23 -05:00
parent 2ea493d1e8
commit a7279de12e
13 changed files with 20 additions and 7 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):