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

While sugar nicely displays how many tests where deselected it does not mention how many tests where selected. This is key information that is missing because based on the params...

enhancement

Having both installed causes pytest to error out quickly. This only happens when both testmon and sugar are installed, so I'm posting this in both repos. The testmon issue is...

3rd-party

Using runtestloop hook to count tests can easily conflict with other plugins that override the default runtestloop behavior (e.g. in pytest_mproc or pytest_xdist that do distributed testing). Using the collection...

With 3.10.0 it will write "collecting ..." now always, and I think it is good to see progress here. This uses to be rather slow (because it printed a lot),...

I would consider upgrading to Production/Stable with regards to how many people rely on it.

Test case names in verbose output are no longer correct node ids, so can't be copied to clipboard and passed as pytest command argument. This pull request will keep #153...

…utcome Signed-off-by: Andras Mitzki I have found that pytest-sugar can display each failed testcases which is a useful feature. For me it would be even better if it could display...

Signed-off-by: Andras Mitzki `ERROR` testcase outcomes was reported as `FAILED` while using "-ra" pytest arg. Example testcase to reproduce: ``` def stop(): assert "aaa" == "bbb" def test_E(request): request.addfinalizer(stop) ```...

This should cover the plugin itself then.

It would be nice to keep PyPI releases and git tags in sync :)

enhancement