Unit Testing/Pytest/Install Pytest

From Wikiversity
Jump to navigation Jump to search

Create a Python test environment.

  1. Install Python3 from Python.org.
  2. Install Pytest using either:
    • pip install pytest
    • pip3 install pytest