Skip to content

Commit

Permalink
Added more tests to improve test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Jan 13, 2024
1 parent 435eaf8 commit 09170e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/test_ellar_cli_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit 09170e5

Please sign in to comment.