reflex/tests/units/components
Thomas Brandého 4c2b2ed1c6
removing deprecated features for 0.7.0 and removing py3.9 support (#4586)
* remove deprecated features and support for py3.9

* remove other deprecated stuff

* update lock file

* fix units tests

* relock poetry

* fix _replace for computed_var

* fix some merge typo

* fix typing of deploy args

* fix benchmarks.yml versions

* console.error instead of raising Exception

* fix tests

* ignore lambdas when resolving annotations

* simplify redirect logic in event.py

* more fixes

* fix unit tests again

* give back default annotations for lambdas

* fix signature check for on_submit

* remove useless stuff

* update pyi

* readd the getattr

* raise if log_level is wrong type

* silly goose, loglevel is a subclass of str

* i don't believe this code

* add guard

---------

Co-authored-by: Khaleel Al-Adhami <khaleel.aladhami@gmail.com>
2025-01-22 11:54:37 -08:00
..
base add ERA rules to detect commented out code (#4472) 2024-12-11 18:26:44 -08:00
core make object var handle all mapping instead of just dict (#4602) 2025-01-21 13:14:02 -08:00
datadisplay removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
el add workflow to check dependencies on release branch (#4050) 2024-10-07 20:57:02 +02:00
forms components as literal vars (#4223) 2024-10-30 11:31:28 -07:00
graphing reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
layout reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
lucide [ENG-4351] Add mapping for lucide icons (#4622) 2025-01-10 15:23:16 -08:00
markdown [ENG-4010]Codeblock cleanup in markdown (#4233) 2024-11-07 19:18:14 -08:00
media add ERA rules to detect commented out code (#4472) 2024-12-11 18:26:44 -08:00
radix reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
recharts reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
typography reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
__init__.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_component_future_annotations.py add noop event (#4288) 2024-11-04 10:33:07 -08:00
test_component_state.py fix: do not allow instantiation of State mixins (#4347) 2024-11-18 19:15:01 -08:00
test_component.py removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
test_props.py [ENG-3892]Shiki codeblock support decorations (#4234) 2024-10-31 09:33:49 +00:00
test_tag.py update ruff to latest version (#4081) 2024-10-07 23:52:36 +02:00