reflex/tests/utils
Elijah Ahianyo abfc099779
rx.match component (#2318)
* initial commit

* add more tests

* refactor match jinja template

* add docstrings

* cleanup

* possible fix for pyright

* fix conflicts

* fix conflicts again

* comments

* fixed bug from review

* fix tests

* address PR comment

* fix tests

* type error improvement

* formatting

* darglint fix

* more tests

* stringify switch condition and cases as js doesnt support complex types(lists and dicts) in switch cases.

* Update reflex/vars.py

Co-authored-by: Masen Furer <m_github@0x26.net>

* change usages

* Precommit fix

---------

Co-authored-by: Alek Petuskey <alek@pynecone.io>
Co-authored-by: Masen Furer <m_github@0x26.net>
Co-authored-by: Alek Petuskey <alekpetuskey@aleks-mbp.lan>
2024-01-04 09:48:18 -08:00
..
__init__.py Add serializers for different var types (#1816) 2023-09-15 17:19:26 -07:00
test_format.py rx.match component (#2318) 2024-01-04 09:48:18 -08:00
test_imports.py fix name for import var when is default and add tests (#2214) 2023-11-26 12:46:43 -08:00
test_serializers.py fix serialization as a whole for list/dict/Base containing custom items to serialize (#1984) 2023-10-17 10:44:54 -07:00
test_utils.py add: reflex init app name validator (#2336) 2023-12-28 00:07:55 -08:00