generate pytest from .py files automatically code example
Example: python run pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest
Just type this in shell:
pytest
Or this if that does nott work:
python -m pytest