Approvaltests

Latest version: v14.3.1

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

Scan your dependencies

Page 10 of 18

5.6.0

You can now customized the map reduce job for different combinations of parameters.

If you have a **lot** of parameters, you can also choose to use a dictionary, instead of a list, to get named values.

5.5.1

Bug fix, added the mrjob directory.... opps

You can now test MRJob map reductions.

For more info, check out [the documentation](https://github.com/approvals/ApprovalTests.Python/blob/main/docs/reference/mr_job.md)

5.5.0

You can now test MRJob map reductions.

For more info, check out [the documentation](https://github.com/approvals/ApprovalTests.Python/blob/main/docs/reference/mr_job.md)

5.4.2

Pytest Async test no longer throw naming exceptions

5.4.1

There should be no visible effects from this release

5.4.0

Custom Formatters
You can now `register_formatter` that will match types of data, and print prettier output using `verify(data)`

**note:** we also registered a formatter for `argparse.Namespace`

For Example, the following approval will contain 42:
python
class DeepThought(FormatWrapper):
def is_match(self, data):
return True

def wrap(self, data):
return 42

register_formatter(DeepThought())


def test_register_formatter() -> None:
verify("What is the answer to life, the universe and everything?")

Page 10 of 18

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.