Hi,
Thank you for pytest-pyodide.
Context: I'm trying to run some "normal" tests inside Pyodide with PyTest and Chrome.
Problem: no matter what I put into the test functions (e.g. assert False), they always pass.
Example: I've created a repository with a bare minimum reproduction of the problem: https://github.com/ntoll/borked Just follow the instructions in the README and make test.
When I run the tests without --run-in-pyodide they fail as expected. Help?!?! cc/ @hoodmane
Hi,
Thank you for pytest-pyodide.
Context: I'm trying to run some "normal" tests inside Pyodide with PyTest and Chrome.
Problem: no matter what I put into the test functions (e.g.
assert False), they always pass.Example: I've created a repository with a bare minimum reproduction of the problem: https://github.com/ntoll/borked Just follow the instructions in the README and
make test.When I run the tests without
--run-in-pyodidethey fail as expected. Help?!?! cc/ @hoodmane