Skip to content

Update pytest-sugar to 1.1.1#371

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-sugar-0.8.0-to-1.1.1
Open

Update pytest-sugar to 1.1.1#371
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pytest-sugar-0.8.0-to-1.1.1

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates pytest-sugar from 0.8.0 to 1.1.1.

Changelog

1.1.1

^^^^^^^^^^^^^^^^^^

Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins

Contributed by [Daniil](https://github.com/TolstochenkoDaniil) via [PR #297](https://github.com/Teemu/pytest-sugar/pull/297/)

1.1.0

^^^^^^^^^^^^^^^^^^

Add Playwright trace file detection and display support for failed tests. This enhancement automatically detects and displays Playwright trace.zip files with viewing commands when tests fail, making debugging easier for Playwright users.
![Playwright trace.zip](docs/images/playwright-trace-example.png)

New command-line options:
- `--sugar-trace-dir`: Configure the directory name for Playwright trace files (default: test-results)
- `--sugar-no-trace`: Disable Playwright trace file detection and display

Contributed by [kie](https://github.com/kiebak3r) via [PR #296](https://github.com/Teemu/pytest-sugar/pull/296/)

1.0.0

^^^^^^^^^^^^^^^^^^

* Add support for pytest 8.x
* Drop support for Python 3.7

Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #281](https://github.com/Teemu/pytest-sugar/pull/281/)

0.9.7

^^^^^^^^^^^^^^^^^^

- For long-running tests, display minutes and not only seconds (thanks last-partizan)
- Add support for Pytest’s ``--header`` option (thanks wiresv)

0.9.6

^^^^^^^^^^^^^^^^^^^

- Remove py.std calls (thanks alexcjohnson)

0.9.5

^^^^^^^^^^^^^^^^^^^

- Fix distutils deprecation warning (thanks tgagor)
- Fix incompatibility with pytest-timeout (thanks graingert)
- Update pytest naming convention in documentation (thanks avallbona)

0.9.4

^^^^^^^^^^^^^^^^^^^

- Fix pytest-sugar 0.9.3 incompatible with pytest 5.4 (thanks nicoddemus)
- Fix Tests fail with pytest 3.5.0 DOCTESTS (^)
- Fix Tests fail with pytest 5.x (^)

0.9.3

^^^^^^^^^^^^^^^^^^^

- Fix incompatibility with pytest 5.4.0 (thanks GuillaumeFavelier)

0.9.2

^^^^^^^^^^^^^^^^^^^

- Fix incompatibility with pytest 3.10 (thanks Natim)
- Double colons for verbose output (thanks albertodonato)
- Fix "Wrong count with items modified in pytest_collection_modifyitems" (thanks blueyed)
- Defer registration of xdist hook (thanks blueyed)

0.9.1

^^^^^^^^^^^^^^^^^^^

- Fix incompatibility with pytest 3.4 (thanks nicoddemus)

0.9.0

^^^^^^^^^^^^^^^^^^^

- Print correct location for doctest failures
- Write xdist output on correct lines
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant