ModuleNotFoundError: No module named 'pytest'
python -m pip install pytest
python -c "import pytest; print(pytest.__version__)"
Success! pytest version x.y.z (e.g., 2.4.0)