The journey to 90% test coverage #1
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/backup-tool#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This is the great issue leading the world-breaking research of testing this entire program.
Modules to test:
logger.py
notifier.py
parser.py
skeleton.py
specs/spec.py
specs/container.py
specs/directory.py
specs/volume.py
If any modules require their own issues, they'll get linked here and added to the issue dependencies.
Write teststo Write tests using ToxThis looks like an interesting starting point. We can use
envlist = {py36,py37}-{minimum,current}
to test multiple sub-versions, which is even better.Maybe we can also run Black inside each env, but I'm not sure how useful that would be.
Write tests using Toxto The journey to 90% test coverage