Approvaltests

Latest version: v12.0.0

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

Scan your dependencies

Page 4 of 17

8.2.4

please work!

8.2.3

fixed for real this time. Double pinky swear.

8.2.2

Fixes
* 138 setup.py egg_info in ApprovalUtilities
* import issues in version

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
`

Page 4 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.