Add pull and upload

This commit is contained in:
jimmy 2021-08-01 01:44:35 +00:00
parent 76e8c29056
commit 091740cac2
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@ from app.pack import Pack
def test_pack():
pack = Pack()
pack.clone()
pack.pull()
pack.collate()
pack.compress()
pack.hash()
pack.upload()