8000 [Worker support] test for no cors headers by madhur-tandon · Pull Request #1374 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

[Worker support] test for no cors headers #1374

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 14 commits into from
May 2, 2023
Merged
Prev Previous commit
Next Next commit
fix conflicts
  • Loading branch information
madhur-tandon committed Apr 13, 2023
commit 78b23566249542a6c9047490d02551992fccd1ae
3 changes: 0 additions & 3 deletions pyscriptjs/tests/integration/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class PyScriptTest:
creates an HTML page to run the specified snippet.
"""

# Pyodide always print()s this message upon initialization. Make it
# available to all tests so that it's easiert to check.
PY_COMPLETE = "Python initialization complete"
REQUIRED_HEADERS = {
"Cross-Origin-Embedder-Policy": "require-corp",
"Cross-Origin-Opener-Policy": "same-origin",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0