Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 620 Bytes

File metadata and controls

18 lines (11 loc) · 620 Bytes

Open in Codespaces

Overview

Setup command

See postCreateCommand from devcontainer.json.

Run command

pytest

Notes

  • pip's install path is not included in the PATH var by default, so without installing via sudo -H, pytest would be unaccessible.