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
Tests are needed to cover options to the CLI run command like ./dashboard.py run --debug --host 0.0.0.0 --port 10099. Debug mode was broken and fixed in #152 but neither @cbkerr nor I could determine a good way to test the CLI, because it launches a server. I tried briefly using multiprocessing and failed. I also read a bit about Flask.test_cli_runner but that didn't seem like the right thing.
The text was updated successfully, but these errors were encountered:
Tests are needed to cover options to the CLI
run
command like./dashboard.py run --debug --host 0.0.0.0 --port 10099
. Debug mode was broken and fixed in #152 but neither @cbkerr nor I could determine a good way to test the CLI, because it launches a server. I tried briefly usingmultiprocessing
and failed. I also read a bit aboutFlask.test_cli_runner
but that didn't seem like the right thing.The text was updated successfully, but these errors were encountered: