Move to test folder
This commit is contained in:
10
app/test/test_pack.py
Normal file
10
app/test/test_pack.py
Normal 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()
|
||||
|
||||
Reference in New Issue
Block a user