class CreatedUpdateTests(TestCase):
Undocumented
Method | set |
Undocumented |
Method | test |
`incremental update package --dev` increments the dev version. |
Method | test |
`incremental.update package`, when the package is a release candidate, will issue the major/minor, sans release candidate or dev. |
Method | test |
`incremental.update package`, when the package is NOT a release candidate, will raise an error. |
Method | test |
`incremental.update package --newversion=1.2.3rc1.post2.dev3`, will set that version in the package. |
Method | test |
`incremental.update package --newversion=1`, will set that version in the package. |
Method | test |
`incremental.update package --newversion=1.1`, will set that version in the package. |
Method | test |
The `--create` flag can't be mixed with --patch, --rc, --post, --dev, or --newversion. |
Method | test |
The `--dev` flag can't be mixed with --patch, --rc, or --post. |
Method | test |
The `--newversion` flag can't be mixed with --patch, --rc, --post, or --dev. |
Method | test |
`incremental.update package --patch` increments the patch version. |
Method | test |
`incremental update package --patch` increments the patch version, and disregards any old prerelease/dev versions. |
Method | test |
`incremental update package --path=<path> --dev` increments the dev version of the package on the given path |
Method | test |
`incremental.update package --post` increments the post version. |
Method | test |
`incremental.update package --post` increments the post version if the existing version is an postrelease, and discards any dev version. |
Method | test |
`incremental.update package --post` increments the post version, and disregards any old prerelease/dev versions. |
Method | test |
`incremental update package --patch --rc` increments the patch version and makes it a release candidate. |
Method | test |
`incremental update package --rc` increments the rc version if the existing version is an rc, and discards any dev version. |
Method | test |
`incremental update package --rc`, when the package is not a release candidate, will issue a new major/minor rc, and disregards the micro and dev. |
Class Variable | max |
Undocumented |
Instance Variable | date |
Undocumented |
Instance Variable | getcwd |
Undocumented |
Instance Variable | packagedir |
Undocumented |
Instance Variable | srcdir |
Undocumented |
`incremental.update package`, when the package is a release candidate, will issue the major/minor, sans release candidate or dev.
`incremental.update package --newversion=1.2.3rc1.post2.dev3`, will set that version in the package.
`incremental update package --patch` increments the patch version, and disregards any old prerelease/dev versions.
`incremental update package --path=<path> --dev` increments the dev version of the package on the given path
`incremental.update package --post` increments the post version if the existing version is an postrelease, and discards any dev version.
`incremental.update package --post` increments the post version, and disregards any old prerelease/dev versions.
`incremental update package --patch --rc` increments the patch version and makes it a release candidate.
`incremental update package --rc` increments the rc version if the existing version is an rc, and discards any dev version.