Move to test folder

This commit is contained in:
2021-08-01 13:06:19 +12:00
parent 5fc4bc64b8
commit e80eae214b
3 changed files with 86 additions and 0 deletions

10
app/test/test_pack.py Normal file
View File

@@ -0,0 +1,10 @@
import pytest
from app.pack import Pack
def test_pack():
pack = Pack()
pack.clone()
pack.collate()
pack.compress()
pack.hash()