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
Should be possible to automatically activate environment with VSCode.
cmd-shift-P, python: select interpreter; enter in path to python in the environment that should be associated with the project. Find this with $PATH while in the environment. Need to exit and restart VSCode for it to take.
pip install -e ".[docs,dev]"
pytest
Questions:
Tests print out: "WARNING: Failed to generate report: No data to report."