Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues. Learn more →
Top 3 Python mutation-testing Projects
-
> How do I know whether my tests are passing because they're properly testing correct code or because they're failing to test incorrect code?
One mechanism to verify that is by running a mutation testing [0] tool. They are available for many languages; mutmut [1] is a great example for Python.
[0] https://en.wikipedia.org/wiki/Mutation_testing
[1] https://mutmut.readthedocs.io
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
Project mention: Show HN: Using old school mutation testing to boost LLM based unit test gen | news.ycombinator.com | 2024-07-22
-
mutatest
Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.
Python mutation-testing discussion
Python mutation-testing related posts
-
Be Suspicious of Success
-
Show HN: Using old school mutation testing to boost LLM based unit test gen
-
CrowdStrike shows why me need more serious software testing
-
Show HN: We use LLMs to find testing gaps in codebases
-
Show HN: Mutahunter – Fast, language agnostic, software testing using LLM agents
-
Show HN: Extreme Mutation Testing to Optimize LLM Agent-Based Mutation Testing
-
Bounty for Cash program for our LLM based testing tool Mutahunter.ai
-
A note from our sponsor - Judoscale
judoscale.com | 19 Apr 2025
Index
What are some of the best open-source mutation-testing projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | mutmut | 987 |
2 | mutahunter | 266 |
3 | mutatest | 96 |