Skip to content
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

Test input task button and extended task decorator #1099

Merged
merged 26 commits into from
Feb 2, 2024
Merged

Conversation

karangattu
Copy link
Collaborator

Test both blocking and non-blocking operations using playwright test

@@ -24,11 +24,18 @@ async def slow_compute(a: int, b: int) -> int:
return a + b

Copy link
Collaborator

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.

Copy link
Collaborator

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.)

shiny/api-examples/extended_task/app-core.py Outdated Show resolved Hide resolved
shiny/api-examples/extended_task/app-core.py Outdated Show resolved Hide resolved
shiny/api-examples/extended_task/app-core.py Outdated Show resolved Hide resolved
shiny/api-examples/extended_task/app-core.py Outdated Show resolved Hide resolved
karangattu and others added 16 commits February 2, 2024 09:38
Co-authored-by: Barret Schloerke <barret@posit.co>
Co-authored-by: Barret Schloerke <barret@posit.co>
Co-authored-by: Barret Schloerke <barret@posit.co>
Co-authored-by: Barret Schloerke <barret@posit.co>
…k_button.py

Co-authored-by: Barret Schloerke <barret@posit.co>
…k_button.py

Co-authored-by: Barret Schloerke <barret@posit.co>
…k_button.py

Co-authored-by: Barret Schloerke <barret@posit.co>
…k_button.py

Co-authored-by: Barret Schloerke <barret@posit.co>
…k_button.py

Co-authored-by: Barret Schloerke <barret@posit.co>
Co-authored-by: Barret Schloerke <barret@posit.co>
@karangattu karangattu merged commit 6f4bf63 into main Feb 2, 2024
26 checks passed
@karangattu karangattu deleted the test-extended-task branch February 2, 2024 22:30
schloerke added a commit that referenced this pull request Feb 13, 2024
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants