Skip to content

Conversation

@karangattu
Copy link
Collaborator

Test both blocking and non-blocking operations using playwright test

@karangattu karangattu requested a review from schloerke February 1, 2024 22:10
async def slow_compute(a: int, b: int) -> int:
await asyncio.sleep(3)
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.)

karangattu and others added 16 commits February 2, 2024 09:38
@karangattu karangattu merged commit 6f4bf63 into main Feb 2, 2024
@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.

3 participants