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
This is a much bigger task, but we should manage to standardize CLI testing... The problem with these two approaches:
a) The current function requires an external one and does not call the corresponding click command
b) The update cmd test can only test the exit status, no read or anything (because there are 2 app contexts? 🤔)
see test_cli.py::test_process vs test_cli.py:test_update_cmd
The text was updated successfully, but these errors were encountered:
This is a much bigger task, but we should manage to standardize CLI testing... The problem with these two approaches:
a) The current function requires an external one and does not call the corresponding click command
b) The update cmd test can only test the exit status, no read or anything (because there are 2 app contexts? 🤔)
see
test_cli.py::test_process
vstest_cli.py:test_update_cmd
The text was updated successfully, but these errors were encountered: