reflex/tests/integration
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
..
init-test removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
shared reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
tests_playwright unbreak link _hover (#4537) 2025-01-07 10:35:36 -08:00
__init__.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
conftest.py raise_console_error during integration tests (#4535) 2024-12-12 14:28:30 -08:00
test_background_task.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_call_script.py removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
test_client_storage.py removing deprecated features for 0.7.0 and removing py3.9 support (#4586) 2025-01-22 11:54:37 -08:00
test_component_state.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_computed_vars.py computed var default to cache=True (#4194) 2025-01-16 21:49:54 +01:00
test_connection_banner.py add some of the TRY rules (#4651) 2025-01-20 13:58:17 -08:00
test_deploy_url.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_dynamic_components.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_dynamic_routes.py computed var default to cache=True (#4194) 2025-01-16 21:49:54 +01:00
test_event_actions.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_event_chain.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_exception_handlers.py raise_console_error during integration tests (#4535) 2024-12-12 14:28:30 -08:00
test_form_submit.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_input.py add ERA rules to detect commented out code (#4472) 2024-12-11 18:26:44 -08:00
test_large_state.py stop ignoring some lint rules (#4311) 2024-11-06 13:32:31 -08:00
test_lifespan.py computed var default to cache=True (#4194) 2025-01-16 21:49:54 +01:00
test_login_flow.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_media.py computed var default to cache=True (#4194) 2025-01-16 21:49:54 +01:00
test_navigation.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_server_side_event.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_shared_state.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_state_inheritance.py style: prefer type() over __class__ (#4512) 2024-12-10 12:35:46 -08:00
test_tailwind.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
test_upload.py [ENG-2157] [Refix] Allow rx.download to resolve rx.get_upload_url (#4470) 2025-01-03 16:56:29 -08:00
test_urls.py use pathlib as much as possible (#3967) 2024-10-03 17:50:39 +02:00
test_var_operations.py improve app_src typing (#4324) 2024-11-07 14:08:37 -08:00
utils.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00