ipytest icon indicating copy to clipboard operation
ipytest copied to clipboard

Pytest in IPython notebooks.

Results 3 ipytest issues
Sort by recently updated
recently updated
newest added

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...

backlog

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...