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
Doesn't have to be fancy, but we really should have some kind of testing story for this project. For example, we might test:
setup.py sdist
setup.py bdist_wheel
We don't have to do everything at once -- even just a single test to make sure cookiecutter can run would be a great start that we could build on.
Here's a pytest plugin to make it easy to run cookiecutter: https://github.com/hackebrot/pytest-cookies
Here's the tests for cookiecutter-pypackage, which might be useful for inspiration: https://github.com/audreyr/cookiecutter-pypackage/blob/master/tests/test_bake_project.py
The text was updated successfully, but these errors were encountered:
I would like to work on that.
Sorry, something went wrong.
No branches or pull requests
Doesn't have to be fancy, but we really should have some kind of testing story for this project. For example, we might test:
setup.py sdist
, and then dosetup.py bdist_wheel
in that sdist?We don't have to do everything at once -- even just a single test to make sure cookiecutter can run would be a great start that we could build on.
Here's a pytest plugin to make it easy to run cookiecutter: https://github.com/hackebrot/pytest-cookies
Here's the tests for cookiecutter-pypackage, which might be useful for inspiration: https://github.com/audreyr/cookiecutter-pypackage/blob/master/tests/test_bake_project.py
The text was updated successfully, but these errors were encountered: