We do not have any coverage for `nupac upgrade`, so we approved a PR with typo that bricked the command, ref: https://github.com/skelly37/nupac/pull/67/commits/3eefc073d00d8584c26c65c9169b76f7ca13f4cb We need to add upgrade cases to our tests set, false positives are the worst I suggest such cases: - upgrade correctly (outdated package gets upgraded): Upgraded correctly - upgrade package from IGNOREPKG (package not up to date but ignored): No packages to upgrade - upgrade nothing (only up to date packages are installed): No packages to upgrade - upgrade wrong package (wrong name): No packages to upgrade
We do not have any coverage for
nupac upgrade, so we approved a PR with typo that bricked the command, ref: 3eefc07We need to add upgrade cases to our tests set, false positives are the worst
I suggest such cases: