Closed sayar closed 5 years ago
@torosent you need to run pipenv install --dev
to install the dev dependencies you're missing there for the makefile to work.
works for agogosml! but in agogosml_cli when i do pipenv install --dev and then run py.test --cov=cli --cov-report term-missing --cov-report html
i get an error:
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_cli_init.py:8: in
CLI-CI (master) Successful in 3m — Build #20181120.4 succeeded. So merging.
Using coverage's pytest plugin now instead and fixed coverage run speed by removing integration tests.