10000 Enable worker tests by antocuni · Pull Request #1757 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Enable worker tests #1757

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

Merged
merged 19 commits into from
Sep 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip this
  • Loading branch information
antocuni committed Sep 26, 2023
commit 6c77fe161c62d6e23cc7975ea084a5c85d525e41
1 change: 1 addition & 0 deletions pyscript.core/tests/integration/test_01_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def test_execution_in_order(self):
"four",
]

@skip_worker("NEXT: something very weird happens here")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this info is a bit cryptic ... what is weird in this test?

def test_escaping_of_angle_brackets(self):
"""
Check that script tags escape angle brackets
Expand Down
0