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:
@@ -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
|
||||
Reference in New Issue
Block a user