Y
Hacker News
new
|
ask
|
show
|
jobs
by
rook166
1955 days ago
For any Python users, there's a library that automates mutation testing by parsing the AST:
https://github.com/EvanKepner/mutatest
2 comments
schedutron
1955 days ago
And for property-based testing there's Hypothesis too:
https://hypothesis.readthedocs.io/en/latest/
link
boxed
1954 days ago
There's mutmut (I'm the maintainer), cosmic-ray and mutpy too. In fact those are the established players. I have never heard of mutate st before! I will have to try it.
link
rook166
1954 days ago
Oh cool, I'd never heard of those, funny enough. I'll have to look into those myself!
link