how to run unittests
SongGithub opened this issue · 1 comments
SongGithub commented
running pipenv run coverage run --source=kube_janitor -m py.test
, and got No module named 'py'
Also, I find it not really running unit tests. Do you think so?
SongGithub commented
I found out that it was due to pytest wasn't installed on my local machine.