-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
testsIssues related to tests.Issues related to tests.
Description
Several files do not have their main functions tested or do not have a test file. The current files test running the CLI tool but is a bit redundant since cli_test.go tests command input and capturing output.
cmd/pokemon.goandcmd/types.gohave none of their functions testedflags/pokemonflagset.gois not testing theAbilitiesFlag()orTypesFlag().flags/version.gois missing a test file.
Metadata
Metadata
Assignees
Labels
testsIssues related to tests.Issues related to tests.
Projects
Status
Completed