Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 396 Bytes

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.