Approvaltests

Latest version: v14.3.1

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

Scan your dependencies

Page 7 of 18

7.2.0

You can invoke a `verify()` call from the command line
This allows invoking python approvals from any other stack via subprocesses.

Usage:

python -m approvaltests --test-id hello --received "hello world!"

or

python -m approvaltests -t hello -r "hello world!"

or

echo "hello world!" | python -m approvaltests -t hello

7.1.0

What
You can now easily `verify` command line outputs.

You can also pass inputs into the command line under test, including Iterables.

Why
This allows you to easily test non-python programs from ApprovalTests.

How
[see example here](https://github.com/approvals/ApprovalTests.Python/blob/main/tests/utilities/test_command_line_callouts.py#L8)

7.0.1

Breaking Change

approval_utilities is becoming its own pypi package to allow usage in production code.

Fixes

You'll have some name spacing changes.

diff
- from approvaltests.utilities.logger ...
+ from approval_utilities.utilities.logger ...

7.0.0

Breaking Change

approval_utilities is becoming its own pypi package to allow usage in production code.

Fixes

You'll have some name spacing changes.

diff
- from approvaltests.utilities.logger ...
+ from approval_utilities.utilities.logger ...

6.2.0

You can now easily create a date scrubber.

For Example:

python
verify("created at 03:14:15", options=Options().with_scrubber(DateScrubber.get_scrubber_for("00:00:00")))

will produce

txt
created at <date0>

6.1.1

log_to_string, by default, now will log 1 string per thread. Allowing multithreaded testing

Page 7 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.