canaille-globuzma/tests/backends/memory/test_backend.py
2023-08-17 12:33:45 +02:00

7 lines
209 B
Python

from canaille.commands import cli
def test_install_does_nothing(testclient):
runner = testclient.app.test_cli_runner()
res = runner.invoke(cli, ["install"])
assert res.exit_code == 0, res.stdout