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
Turns out my versions mismatched.
I changed the versions to
pytest="*" pytest-cov="*"
and it started to work.