My py.test command is associated with an additional option. Every time I run the py.test option automatically attached .
py.test - cov = ner_brands - cov-report = term-missing --cov-config
How can I remove these attached options ?
My guess is that something specified in your conftest.py
See.
Comments
Post a Comment