We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip list
uv tree used
The NUMBER option supplied by pytest (https://docs.pytest.org/en/stable/how-to/doctest.html#using-doctest-options) seems incompatible with ELLIPSIS from doctest. That is, I can't seem to shorten outputs in non-exception output with ... while having any float outputs respect rounding.
NUMBER
ELLIPSIS
...
I have a minimal example with virtual environment at https://github.com/wade-cheng/pytest-doctest-bug. Hopefully this makes reproduction easy.
pytest is the only dependency. uv tree shows
pytest
uv tree
pytest-doctest-bug v0.1.0 └── pytest v8.3.5 ├── exceptiongroup v1.2.2 ├── iniconfig v2.1.0 ├── packaging v24.2 ├── pluggy v1.5.0 └── tomli v2.2.1
I have OS
Ubuntu 22.04.5 LTS 64-bit GNOME Version: 42.9 X11
The text was updated successfully, but these errors were encountered:
If this is a bug, at the very least, it would be nice to have a mention of it next to NUMBER in the pytest docs.
Sorry, something went wrong.
No branches or pull requests
pip list
from the virtual environment you are using (uv tree used
)The
NUMBER
option supplied by pytest (https://docs.pytest.org/en/stable/how-to/doctest.html#using-doctest-options) seems incompatible withELLIPSIS
from doctest. That is, I can't seem to shorten outputs in non-exception output with...
while having any float outputs respect rounding.I have a minimal example with virtual environment at https://github.com/wade-cheng/pytest-doctest-bug. Hopefully this makes reproduction easy.
pytest
is the only dependency.uv tree
showsI have OS
The text was updated successfully, but these errors were encountered: