reflex/tests/components/el/test_html.py
Thomas Brandého bf0ebb8d09
Lendemor/improve coverage ()
* add more tests

* add tests to raise coverage

* more tests, bump coverage to 73

* fix up icon_button test

* fix darglint for app.py

* fix utcnow usage warning

* set threshold to 72

* fix timestamp

* fix unit tests for linux-redis

* removed commented code and put a TODO
2024-04-04 14:31:43 +02:00

7 lines
152 B
Python

from reflex.components.el.constants.html import ATTR_TO_ELEMENTS, ELEMENTS
def test_html_constants():
assert ELEMENTS
assert ATTR_TO_ELEMENTS