-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Gleb Sevruk edited this page Sep 27, 2019
·
2 revisions
Completed
- Get rid of package dependencies
- Fix Django issue with LOGGER_CONFIG
- Eliminate zombie processes (now sometimes PyCharm will not automatically kill them)
- Separate user config from
.pycrunch-config.yaml
- Improve file-watcher (watchgod) performance. Currently, it takes a lot of CPU when running inside a docker container
Parallel run of the tests (currently they are run in single process queue)- Look into how people use
pytest-cov
. It somehow interferes withpycrunch-engine
coverage collection - Ability to debug test from the context menu
- Get feedback to see if community need another integration except for PyCharm
- Exclude
def
from coverage