From 09170e570fa76708bacec5659901f2690ee5dd1b Mon Sep 17 00:00:00 2001 From: Ezeudoh Tochukwu Date: Sat, 13 Jan 2024 14:33:17 +0100 Subject: [PATCH] Added more tests to improve test-coverage --- tests/test_ellar_cli_service.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/test_ellar_cli_service.py b/tests/test_ellar_cli_service.py index 55e33e9..2ca4ef2 100644 --- a/tests/test_ellar_cli_service.py +++ b/tests/test_ellar_cli_service.py @@ -14,11 +14,12 @@ good_app_info = ( b"Usage: good_app.py [OPTIONS] COMMAND [ARGS]...\n\n " - b"Ellar, ASGI Python Web framework\n\nOptions:\n " - b" --project TEXT Run Specific Command on a specific project [default:\n " - b" default]\n -v, --version Show the version and exit.\n --help " + b"Ellar, ASGI Python Web framework\n\nOptions:\n --project TEXT " + b"Run Specific Command on a specific project [default:\n " + b"default]\n -v, --version Show the version and exit.\n --help " b"Show this message and exit.\n\nCommands:\n create-module - Scaffolds Ellar Application Module -\n " - b"runserver - Starts Uvicorn Server -\n working\n" + b"failing-1\n failing-2\n failing-3\n runserver - " + b"Starts Uvicorn Server -\n working\n" )