Unit Testing/Pytest/Install Pytest
< Unit Testing < Pytest
Create a Python test environment.
- Install Python3 from Python.org.
- Install Pytest using either:
pip install pytestpip3 install pytest