You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should look to improve our test coverage. The bulk of the missing lines are coming from the script cli.py.
To-do:
Refactor unit tests having missing statements outside of qualle\interface\cli.py. We might have to check if only refactoring is required or if we need to write new unit tests from scratch.
Refactor the method cli_entrypoint() inside qualle\interface\cli.py to improve readability. Add unit tests for each subsequent unit associated with this method.
The text was updated successfully, but these errors were encountered:
We should look to improve our test coverage. The bulk of the missing lines are coming from the script
cli.py
.To-do:
qualle\interface\cli.py
. We might have to check if only refactoring is required or if we need to write new unit tests from scratch.cli_entrypoint()
insidequalle\interface\cli.py
to improve readability. Add unit tests for each subsequent unit associated with this method.The text was updated successfully, but these errors were encountered: