run: python app.py run_webui: @cd webui && npm run serve install: @echo "INSTALL MISSING!" run_tests: python -m unittest discover tests/ run_coverage: @coverage run --omit PipelineTests -m unittest discover tests/ @coverage run --concurrency=eventlet --append -m unittest tests.PipelineTests coverage html coverage report -m run_pylint: pylint --rcfile=.pylintrc app.py pycs