test:added test_get_asset

This commit is contained in:
stalbe_j
2023-01-27 15:16:51 +01:00
parent 764760df1f
commit 1b8e256360

7
tests/test_assets.py Normal file
View File

@ -0,0 +1,7 @@
from grum import assets
def test_get_asset():
ret = assets.get_asset('testname')
assert ret.endswith('grum/grum/assets/testname')