refactor tests

This commit is contained in:
callebtc
2022-09-15 16:08:13 +03:00
parent f8afa6f834
commit 0e0d094044
2 changed files with 6 additions and 1 deletions

View File

@@ -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"

View File

@@ -118,3 +118,7 @@ async def run_test():
if __name__ == "__main__":
async_unwrap(run_test())
def test():
async_unwrap(run_test())