Skip to content

Commit 09170e5

Browse files
committed
Added more tests to improve test-coverage
1 parent 435eaf8 commit 09170e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/test_ellar_cli_service.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414

1515
good_app_info = (
1616
b"Usage: good_app.py [OPTIONS] COMMAND [ARGS]...\n\n "
17-
b"Ellar, ASGI Python Web framework\n\nOptions:\n "
18-
b" --project TEXT Run Specific Command on a specific project [default:\n "
19-
b" default]\n -v, --version Show the version and exit.\n --help "
17+
b"Ellar, ASGI Python Web framework\n\nOptions:\n --project TEXT "
18+
b"Run Specific Command on a specific project [default:\n "
19+
b"default]\n -v, --version Show the version and exit.\n --help "
2020
b"Show this message and exit.\n\nCommands:\n create-module - Scaffolds Ellar Application Module -\n "
21-
b"runserver - Starts Uvicorn Server -\n working\n"
21+
b"failing-1\n failing-2\n failing-3\n runserver - "
22+
b"Starts Uvicorn Server -\n working\n"
2223
)
2324

2425

0 commit comments

Comments
 (0)