lightning/tests/tests_app_examples
Rick Izzo bdd27991eb
Fix: App comment command execution sequencing (#15615)
* fixed condition in which app command comments would not execute before the flow is dispatched

* remove debug print statment

* updated example code

* fix test

* updates to test

Co-authored-by: William Falcon <waf2107@columbia.edu>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2022-11-10 07:43:04 -05:00
..
collect_failures [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
components [App] Reduce import depths and add test (#15330) 2022-10-28 13:57:35 +00:00
core_features_app Add lightning app examples (#13456) 2022-06-30 16:45:15 -04:00
custom_work_dependencies [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
idle_timeout [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
__init__.py Add lightning app examples (#13456) 2022-06-30 16:45:15 -04:00
conftest.py [App] Enable debugger with LightningApp (#15590) 2022-11-09 20:46:31 +00:00
layout.py Add lightning app examples (#13456) 2022-06-30 16:45:15 -04:00
pickle_or_not.py Add lightning app examples (#13456) 2022-06-30 16:45:15 -04:00
test_argparse.py LAI: creating mirror package (#15105) 2022-10-27 12:32:49 +02:00
test_boring_app.py [App] Show logs command to be standalone and re-usable (#15343) 2022-10-27 09:05:48 +00:00
test_collect_failures.py LAI: creating mirror package (#15105) 2022-10-27 12:32:49 +02:00
test_commands_and_api.py Add support for functions (#15098) 2022-10-28 15:06:45 +00:00
test_core_features_app.py Add lightning app examples (#13456) 2022-06-30 16:45:15 -04:00
test_custom_work_dependencies.py Use websockets in e2es (#14138) 2022-08-10 13:17:29 +02:00
test_drive.py [App] testing `lightning` in `lightning-app` package (#15286) 2022-10-25 09:24:20 -04:00
test_idle_timeout.py Use websockets in e2es (#14138) 2022-08-10 13:17:29 +02:00
test_installation_commands_app.py Fix: App comment command execution sequencing (#15615) 2022-11-10 07:43:04 -05:00
test_multi_node.py [App] Introduce Bi-directional queues (#15582) 2022-11-10 12:21:51 +01:00
test_payload.py Use websockets in e2es (#14138) 2022-08-10 13:17:29 +02:00
test_quick_start.py Enable quick start e2e test again and run on cloud without installing dependencies 😎 (#15546) 2022-11-08 17:47:38 +01:00
test_template_react_ui.py [App] Application logs in CLI (#13634) 2022-08-10 09:48:06 +00:00
test_template_streamlit_ui.py Removes timeout from streamlit e2e test (#14667) 2022-09-12 18:00:46 +00:00
test_v0_app.py (app) Resolve a bug where the state changes isn't detected properly (#14465) 2022-09-12 16:54:14 +00:00