From 091740cac259937c958140d4cf759afdce5e5f93 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sun, 1 Aug 2021 01:44:35 +0000 Subject: [PATCH] Add pull and upload --- app/test/test_pack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test/test_pack.py b/app/test/test_pack.py index bbb1a61..fed70d1 100644 --- a/app/test/test_pack.py +++ b/app/test/test_pack.py @@ -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()