1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

delete test that become redunant

This commit is contained in:
yagiz
2020-11-06 00:17:57 +03:00
parent 114a8df7da
commit 6e9a0cf4d2

View File

@@ -1,11 +0,0 @@
from typer.testing import CliRunner
from manage_fastapi.main import app
runner = CliRunner()
# TODO add more tests
def test_showmodels():
result = runner.invoke(app, ["showmodels"])
assert result.exit_code == 0