10000 [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
remove py-config tag from cors test
  • Loading branch information
madhur-tandon committed May 2, 2023
commit 40ad4faa5691d569597f356aa6d653c0052556bf
5 changes: 2 additions & 3 deletions pyscriptjs/tests/integration/test_01_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ def test_no_cors_headers(self):
self.disable_cors_headers()
self.pyscript_run(
"""
<py-config>
magic = "unicorn"
</py-config>
<!-- we don't really need anything here, we just want to check that
pyscript starts -->
""",
wait_for_pyscript=False,
)
Expand Down
0