[tests] dbupdate removal

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-29 22:10:15 +02:00
parent d5fcfa0f24
commit 3a81dfae96
1 changed files with 0 additions and 4 deletions

View File

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