Mutatest

Latest version: v3.1.0

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

Scan your dependencies

Page 6 of 6

0.2.0

~~~~~

- Added new compare mutation support for:
1. ``Compare Is`` mutations e.g. ``is, is not``.
2. ``Compare In`` mutations e.g. ``in, not in``.

0.1.0

~~~~~

- Initial release!
- Requires Python 3.7 due to the ``importlib`` internal references for manipulating cache.
- Run mutation tests using the ``mutatest`` command line interface.
- Supported operations:

1. ``BinOp`` mutations e.g. ``+ - / *`` including bit-operations.
2. ``Compare`` mutations e.g. ``== >= < <= !=``.
3. ``BoolOp`` mutations e.g. ``and or``.

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.