pyodide / pyodide/pytest-pyodide
Tests always pass no matter what.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38
- Forks
- 20
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the bare-minimum reproduction at https://github.com/ntoll/borked, follow its README, and run make test in both normal mode and with --run-in-pyodide. Compare how pytest reports an intentional assert False; done means failing tests are no longer reported as passing when executed through the plugin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100