Pytest-replay

Latest version: v1.5.2

Safety actively analyzes 681874 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.5.2

==================

* Fix test outcome reported in the replay file (`64`_).

.. _`64`: https://github.com/ESSS/pytest-replay/issues/64

1.5.1

==================

* Dropped support for Python 3.6 and 3.7 (EOL).
* Added official support for Python 3.10, 3.11 and 3.12.
* Test execution order using ``--replay`` now follows the recorded order, not the collection order, as was always intended (`52`_).

.. _`52`: https://github.com/ESSS/pytest-replay/pull/53

1.4.0

==================

* Introduce new ``--replay-skip-cleanup`` option that skips the cleanup before running the command. This allows to keep previously generated replay files when running new commands.

1.3.0

==================

* Replay files can now contain comments (` or ``//``), to make it easy to comment out tests from them when trying to narrow the tests to find a culprit.

1.2.1

==================

* Add proper support when running with ``xdist`` in a frozen executable.

1.2.0

==================

* Change the format of the output to be able to add more information. The new output has new information such as
start time, end time, outcome and the node identification, all these data is represented by each line being a ``json``
format.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.