test:added test_get_asset
This commit is contained in:
7
tests/test_assets.py
Normal file
7
tests/test_assets.py
Normal 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')
|
Reference in New Issue
Block a user