Pytest-check

Latest version: v2.5.2

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

Scan your dependencies

Page 5 of 7

1.1.3

Fixed

- While using the `check` fixture, allow `check.check` as a context manager.
- this is unnecessary, the `check` fixture now works as a context manager.
- but apparently some people have been using `with check.check:`
- so this fix makes that work.

1.1.2

Added

- Allow `raises` from `check` object.
- Now `with check.raises(Exception):` works.

1.1.1

Changed

- README update

1.1.0

Added

- Red output in pseudo-traceback

Changed

- Refactored code into more modules
- All functionality now possible through `check` fixture or `from pytest_check import check`.
- The `check` object from either of these methods can be used as either a context manager or to access the check helper functions.
- Lots of rewrite in README

Deprecated
- API change.
- Access to check helper functions via `import pytest_check as check` is deprecated.
- It still works, but will be removed in a future version.
- However, there is no deprecation warning for this.

1.0.10

Fixed

- [issue 80](https://github.com/okken/pytest-check/issues/80) --tb=no should remove tracebacks from xml output

1.0.9

Fixed

- [issue 55](https://github.com/okken/pytest-check/issues/55) a problem with multiple drive letters.
- code is using `os.path.relpath()`, but sometimes it can fail.
- when it does fail, fall back to `os.path.abspath()`.
- thanks [rloutrel](https://github.com/rloutrel) and [kr1zo](https://github.com/kr1zo) for your patience and persistence, and for the solution.

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.