pytest-sugar icon indicating copy to clipboard operation
pytest-sugar copied to clipboard

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

Results 52 pytest-sugar issues
Sort by recently updated
recently updated
newest added

Running tests using pytest, and getting these special symbols� in the test results displayed on the terminal. any idea how to get rid of these symbols Running test on the...

I notice that pytest-sugar v0.9.2 has a wheel but v0.9.4 does not. Could you upload a wheel for v0.9.4?

Looks like latest version emits `DeprecationWarning` warnings ```console : DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. xdist_version = LooseVersion(xdist.__version__) /usr/lib/python3.8/site-packages/pytest_sugar.py:170: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version...

According to https://pypi.org/project/pytest-sugar/ latest version is 0.9.4 however there is no here in the repo tag for that version.

This is mostly just a "heads up", using this with Python 3.10, I'm getting a Deprecation warning that looks like the following: ``` /Users/juliant/Library/Caches/pypoetry/virtualenvs/ops-template-wDb_TPtP-py3.10/lib/python3.10/site-packages/pytest_sugar.py:168: DeprecationWarning: The distutils package is deprecated...

I use pytest-rerunfailures==9.1.1 to rerun in case a failure is encountered. While trying pytest-sugar along with pytest-reruns , following exception occurs Command to execute - pytest -k api -n 10...

We use this library in celery project. I would like to help as co maintainer off this project.

Started getting this in my test runs after upgrading pytest. Looks like it is something that will need to be fixed before pytest==8. Link referenced in deprecation warning: https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path ```...

When reporting an issue, include a way to reproduce the bug. For example: #### Command used to run pytest pytest ./ --tags L0 --workers 4 --host *** #### Test file...