We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, thank you so much for open sourcing this template and for your well written blog posts.
Trying to run the below script:
./configure_project.sh MODULE="coolproject" REGISTRY="docker.pkg.github.com/martinheinz/repo-name"
Leads to the following errors: on run:
Test: make run python: No module named blueprint make: *** [run] Error 1
on test: pytest.ini file --cov argument needs to be replaced to module name:
Test: make test ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov=blueprint --cov-report=xml --cov-report=term inifile: /martinheinz/python-project-blueprint/pytest.ini rootdir: /martinheinz/python-project-blueprint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there, thank you so much for open sourcing this template and for your well written blog posts.
Trying to run the below script:
Leads to the following errors:
on run:
on test:
pytest.ini file --cov argument needs to be replaced to module name:
The text was updated successfully, but these errors were encountered: