Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Collection of awesome Python resources for testing and generating test data.

- [bough](https://github.com/CodeEnPlace/bough) - Bough is a polyglot incremental mutation tester.
- [Cosmic Ray](https://github.com/sixty-north/cosmic-ray) - makes small changes to your source code, running your test suite for each one.
- [Crucible](https://github.com/Jott2121/crucible) - Adversarial test-hardening for AI-written code, built on mutmut. A Tester agent writes tests, mutation testing names the survivors, and a Critic agent kills exactly those.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the entry for Mutmut on line 130, please capitalize "mutmut" as "Mutmut".

Suggested change
- [Crucible](https://github.com/Jott2121/crucible) - Adversarial test-hardening for AI-written code, built on mutmut. A Tester agent writes tests, mutation testing names the survivors, and a Critic agent kills exactly those.
- [Crucible](https://github.com/Jott2121/crucible) - Adversarial test-hardening for AI-written code, built on Mutmut. A Tester agent writes tests, mutation testing names the survivors, and a Critic agent kills exactly those.

- [Mutatest](https://github.com/EvanKepner/mutatest) - Python mutation testing.
- [Mutmut](https://github.com/boxed/mutmut) - is a mutation testing system for Python, with a strong focus on ease of use.
- [MutPy](https://github.com/mutpy/mutpy) - MutPy is a mutation testing tool for Python 3.x source code
Expand Down