ipytest
ipytest copied to clipboard
Pytest in IPython notebooks.
https://github.com/treebeardtech/nbmake
The following code fails with a misleading error message: ```python %%run_pytest[clean] import pytest @pytest.mark.parameterize('test_input,expected', [("3+5", 8)]) def test_eval(test_input, expected): assert eval(test_input) == expected ``` The error message is: ``` E...
Currently the release candidate for `pytest==8.0.0` is available. - [ ] Run the test suite with it - [ ] Update the requirements.txt file once released - [ ] Release...