reflex/tests/utils
Khaleel Al-Adhami 8f937f0417
Remove Pydantic from some classes (#3907)
* half of the way there

* add dataclass support

* Forbid Computed var shadowing (#3843)

* get it right pyright

* fix unit tests

* rip out more pydantic

* fix weird issues with merge_imports

* add missing docstring

* make special props a list instead of a set

* fix moment pyi

* actually ignore the runtime error

* it's ruff out there

---------

Co-authored-by: benedikt-bartscher <31854409+benedikt-bartscher@users.noreply.github.com>
2024-09-13 12:53:30 -07:00
..
__init__.py Add serializers for different var types (#1816) 2023-09-15 17:19:26 -07:00
test_format.py Remove Pydantic from some classes (#3907) 2024-09-13 12:53:30 -07:00
test_imports.py Remove Pydantic from some classes (#3907) 2024-09-13 12:53:30 -07:00
test_serializers.py Use old serializer system in LiteralVar (#3875) 2024-09-10 11:43:37 -07:00
test_types.py allow optional props with None default value (#3179) 2024-05-01 13:33:38 -07:00
test_utils.py Use old serializer system in LiteralVar (#3875) 2024-09-10 11:43:37 -07:00