reflex/tests
Masen Furer 557097e2ca
ComputedVar dependency tracking: require caller to pass objclass (#963)
Avoid issue where a ComputedVar is added to to a class dynamically, but does
not have a reference to the class its attached to, but requiring callers of the
`deps()` method to provide the objclass for looking up recursive method calls.

This allows for safer and more simplified determination of dependencies, even
in highly dynamic environments.
2023-05-09 14:36:45 -07:00
..
compiler [Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00
components [Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00
middleware Clean up on_load events (#965) 2023-05-08 12:13:51 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
conftest.py Handle upload bugfix (#886) 2023-04-26 12:56:34 -07:00
test_app.py ComputedVar dependency tracking: require caller to pass objclass (#963) 2023-05-09 14:36:45 -07:00
test_base.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_config.py Add Database configuration object (#763) 2023-04-03 21:39:44 -07:00
test_db_config.py Add Database configuration object (#763) 2023-04-03 21:39:44 -07:00
test_event.py Fix event handler string args (#928) 2023-05-01 17:06:42 -07:00
test_model.py Drop default primary key is another is defined (#812) (#851) 2023-04-24 18:49:43 -07:00
test_state.py ComputedVar dependency tracking: require caller to pass objclass (#963) 2023-05-09 14:36:45 -07:00
test_style.py Add unit test for style (#615) 2023-02-28 11:29:06 -08:00
test_telemetry.py Anonymous Telemetry Opt Out Available (#550) 2023-02-16 00:11:53 -08:00
test_utils.py [Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00
test_var.py Throw error for unannotated computed vars (#941) 2023-05-06 12:26:49 -07:00