ehmatthes / ehmatthes/py-bugger
Support logical errors
Open
1.0 release
- Dominant language
- Python
- Stars
- 41
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Right now, every bug that can be introduced results in an exception being raised. Inducing logical errors makes the project much more interesting.
- [ ] Implement support for inducing logical errors.
- [ ] Reconsider `--exception-type` arg name. `--exception-type logical` seems weird. Maybe `--bug-type`? Want people to be able to use `--bug-type ModuleNotFoundError AttributeError logical --num-bugs 3`.
- [ ] Probably want `--execute-command` and `--test-command` flags. Need to be able to run the project, and run its tests?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.