File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ and exchange data:
154154- ` _archives ` is used to store copies of all package archives
155155- ` _pkginfos ` stores copies of the ` PackageInfo.g `
156156- ` _releases ` : TODO
157- - ` _unpacked_archives ` : TODO
158157
159158
160159## What do we test, and how?
Original file line number Diff line number Diff line change 1919Should be run after scan_for_updates.py. Arguments can be either a package
2020name, or the path to a meta.json file. For example:
2121
22- $ tools/validate_package.py aclib digraphs walrus/meta.json
23- aclib: _archives/aclib-1.3.2.tar.gz already exists, not downloading again
24- aclib: unpacking _archives/aclib-1.3.2.tar.gz into _unpacked_archives ...
25- aclib: current release version is 1.3.2, but previous release version was 1.3.2
26- aclib: validation FAILED!
27- $ tools/validate_package.py digraphs
28- digraphs: _archives/digraphs-1.5.0.tar.gz already exists, not downloading again
29- digraphs: unpacking _archives/digraphs-1.5.0.tar.gz into _unpacked_archives ...
30- digraphs: validated ok!
22+ $ tools/validate_package.py aclib
23+ _archives/aclib-1.3.3.tar.gz already exists, not downloading again
24+ aclib: PASSED
3125 $ tools/validate_package.py walrus/meta.json
32- walrus: _archives/walrus-0.9991.tar.gz already exists, not downloading again
33- walrus: unpacking _archives/walrus-0.9991.tar.gz into _unpacked_archives ...
34- walrus: the file walrus/meta.yml.old is missing, FAILED!
26+ _archives/walrus-0.9991.tar.gz already exists, not downloading again
27+ walrus: PASSED
3528"""
3629
3730import os
You can’t perform that action at this time.
0 commit comments