Approvaltests

Latest version: v14.3.1

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

Scan your dependencies

Page 6 of 18

8.2.1

Fixes Issue 134

8.2.0

updated assert_equal_with_reporter(expected, actual) to modernize with current patterns of approvaltests

8.1.0

Easy way to remove entire lines based on a keyword.

Example:

python
text = """
line 1
remove me
line 2
also remove me
line 3
"""
text_to_remove = "remove"

verify(text, options=Options().with_scrubber(create_line_scrubber(text_to_remove)))


will produce:


text
line 1
line 2
line 3
`

8.0.0

7.4.0

To avoid too many diff tools being launched, ApprovalTests will stop launching after the 5th time.
This is configurable in
python
GenericDiffReporter.throttling_threshold

7.3.0

MrJobApprovals mistakenly did not allow you to pass options, it does not.

This is an api change, hence the minor version bump

Page 6 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.