The journey to 90% test coverage #1
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/backup-tool#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the great issue leading the world-breaking research of testing this entire program.
Modules to test:
logger.pynotifier.pyparser.pyskeleton.pyspecs/spec.pyspecs/container.pyspecs/directory.pyspecs/volume.pyIf 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