reflex/tests
Masen Furer 68de3f41c4
[ENG-3989] Ensure non-serialized states are present in StateManagerDisk (#4230)
If a non-root state was serialized, but its substates were not, then these
would not be populated when reloading the pickled state, because only substates
from the root were being populated with fresh versions.

Now, capture the substates from all fresh states and apply them to the
deserialized state for each substate to ensure that the entire state tree has
all substates instantiated after deserializing, even substates that were never
serialized originally.
2024-10-23 16:11:06 -07:00
..
integration add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
units [ENG-3989] Ensure non-serialized states are present in StateManagerDisk (#4230) 2024-10-23 16:11:06 -07:00
__init__.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_node_version.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00