mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-09 19:54:20 +01:00
refactor tests
This commit is contained in:
@@ -42,4 +42,5 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
mint = "mint.app:main"
|
||||
cashu = "wallet.cashu:cli"
|
||||
cashu = "wallet.cashu:cli"
|
||||
wallet-test = "tests.test_wallet:test"
|
||||
@@ -118,3 +118,7 @@ async def run_test():
|
||||
|
||||
if __name__ == "__main__":
|
||||
async_unwrap(run_test())
|
||||
|
||||
|
||||
def test():
|
||||
async_unwrap(run_test())
|
||||
Reference in New Issue
Block a user