pytest vs unittest code example
Example 1: pytest installation windows
pip install -U pytest
Example 2: python run pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest
pip install -U pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest