From e3690bedf209809c8687c90cfa14d38a23392a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 26 Mar 2017 20:45:08 +0000 Subject: [PATCH] Another attempt to increase code coverage --- tests/test_cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index 5481029..4e756f0 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -45,3 +45,6 @@ def test_cli_setup_authority(): authority.generate_ovpn_bundle(u"test2") authority.generate_pkcs12_bundle(u"test3") + + result = runner.invoke(cli, ['list', '-srv']) + assert not result.exception