[tests] dbupdate removal
This commit is contained in:
parent
d5fcfa0f24
commit
3a81dfae96
|
@ -25,10 +25,6 @@ def test_cli(runner):
|
|||
r = runner.invoke(cli, ['--version'])
|
||||
assert r.exit_code == 0
|
||||
|
||||
with runner.isolated_filesystem():
|
||||
r = runner.invoke(cli, ['dbupdate', '--help'])
|
||||
assert r.exit_code == 0
|
||||
|
||||
with runner.isolated_filesystem():
|
||||
r = runner.invoke(cli, ['init-project', '--help'])
|
||||
assert r.exit_code == 0
|
||||
|
|
Loading…
Reference in New Issue