when I am trying to run my test through command line
py.test file_name.py
I got this error:
py.test: error: unrecognized argum
sdonk's answer helped me. But since I use pipenv, I had to run
pipenv install pytest_cov