8000 Unskip some tests, delete others by antocuni · Pull Request #1742 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Unskip some tests, delete others #1742

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 15 commits into from
Sep 25, 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
unskip these test, they now work
  • Loading branch information
antocuni committed Sep 21, 2023
commit 0d41146ca159bad0814a0edb3527e84714a667ff
4 changes: 0 additions & 4 deletions pyscript.core/tests/integration/test_event_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

from .support import PyScriptTest

pytest.skip(
reason="FIXME: @when decorator missing from pyscript", allow_module_level=True
)


class TestEventHandler(PyScriptTest):
def test_when_decorator_with_event(self):
Expand Down
0