reflex/tests/integration
benedikt-bartscher 4a6c16e9dc
More env var cleanup (#4248)
* fix and test bug in config env loading

* streamline env var interpretation with @adhami3310

* improve error messages, fix invalid value for TELEMETRY_ENABLED

* just a small hint

* ruffing

* fix typo from review

* refactor - ruff broke the imports..

* cleanup imports

* more

* add internal and enum env var support

* ruff cleanup

* more global imports

* revert telemetry, it lives in rx.Config

* minor fixes/cleanup

* i missed some refs

* fix darglint

* reload config is internal

* fix EnvVar name

* add test for EnvVar + minor typing improvement

* bool tests

* was this broken?

* retain old behavior

* migrate APP_HARNESS_HEADLESS to new env var system

* migrate more APP_HARNESS env vars to new config system

* migrate SCREENSHOT_DIR to new env var system

* refactor EnvVar.get to be a method

* readd deleted functions and deprecate them

* improve EnvVar api, cleanup RELOAD_CONFIG question

* move is_prod_mode back to where it was
2024-11-05 12:25:13 -08:00
..
init-test reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
shared reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
tests_playwright convert test_table to use playwright (#4241) 2024-10-25 18:43:24 +02:00
__init__.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
conftest.py More env var cleanup (#4248) 2024-11-05 12:25:13 -08:00
test_background_task.py rx.event(background=True) (#4263) 2024-10-30 11:10:51 -07:00
test_call_script.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_client_storage.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_component_state.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_computed_vars.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_connection_banner.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_deploy_url.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_dynamic_components.py add of_type to _evaluate (#4051) 2024-10-03 13:01:19 -07:00
test_dynamic_routes.py test_dynamic_routes: log on_loads and poll for 60 seconds on order (#4089) 2024-10-08 09:14:35 -07:00
test_event_actions.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_event_chain.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_exception_handlers.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_form_submit.py components as literal vars (#4223) 2024-10-30 11:31:28 -07:00
test_input.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_large_state.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_lifespan.py Add type hinting to dataeditor events (#4210) 2024-10-21 18:53:51 -07:00
test_login_flow.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_media.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_navigation.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_server_side_event.py add type hinting to events (#4145) 2024-10-14 08:44:31 -07:00
test_shared_state.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_state_inheritance.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_tailwind.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_upload.py move check of path to only check name (#4299) 2024-11-04 11:01:14 -08:00
test_urls.py use pathlib as much as possible (#3967) 2024-10-03 17:50:39 +02:00
test_var_operations.py components as literal vars (#4223) 2024-10-30 11:31:28 -07:00
utils.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00