Pytest Installation

From NovaOrdis Knowledge Base
Revision as of 02:23, 16 February 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Pytest =Overview= <font color=darkkhaki> This procedure worked for a virtual environment located with the project. Configured direnv to set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

This procedure worked for a virtual environment located with the project. Configured direnv to set PATH to give priority to the local virtual environment pip.

pip install -U pytest

pytest was installed in the local virtual environment.