import pytest from app.pack import Pack def test_pack(): pack = Pack() pack.clone() pack.collate() pack.compress() pack.hash()