-
Notifications
You must be signed in to change notification settings - Fork 116
Test input task button and extended task decorator #1099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| async def slow_compute(a: int, b: int) -> int: | ||
| await asyncio.sleep(3) | ||
| return a + b | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move these testing changes to a local test app, rather than updating the api-examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for suggesting the updates here and not in the local test app. (This file should not be changed in the PR.)
tests/playwright/shiny/inputs/input_task_button/test_input_task_button.py
Show resolved
Hide resolved
tests/playwright/shiny/inputs/input_task_button/test_input_task_button.py
Show resolved
Hide resolved
tests/playwright/shiny/inputs/input_task_button/test_input_task_button.py
Outdated
Show resolved
Hide resolved
tests/playwright/shiny/inputs/input_task_button/test_input_task_button.py
Outdated
Show resolved
Hide resolved
tests/playwright/shiny/inputs/input_task_button/test_input_task_button.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Barret Schloerke <[email protected]>
Co-authored-by: Barret Schloerke <[email protected]>
Co-authored-by: Barret Schloerke <[email protected]>
Co-authored-by: Barret Schloerke <[email protected]>
…k_button.py Co-authored-by: Barret Schloerke <[email protected]>
…k_button.py Co-authored-by: Barret Schloerke <[email protected]>
…k_button.py Co-authored-by: Barret Schloerke <[email protected]>
…k_button.py Co-authored-by: Barret Schloerke <[email protected]>
…k_button.py Co-authored-by: Barret Schloerke <[email protected]>
Co-authored-by: Barret Schloerke <[email protected]>
* main: Bump version to 0.7.1.9000 Fix input_task_button for modules (#1108) Bump version to 0.7.1 Test input task button and extended task decorator (#1099) Add remaining examples for express API reference (#1093) test: Add `make playwright-debug` to help debug playwright tests (#1097) Make input_selectize work correctly within a module (#1091) Update types to allow `navset_*` functions to accept `MetadataNode` args (#1094) Update changelog Update express.ui.hold() to accept any type of object (#1089)
Test both blocking and non-blocking operations using playwright test