-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Fix docstrings, pep8, pep257, and add param doc for in exceptions.py #786
Fix docstrings, pep8, pep257, and add param doc for in exceptions.py #786
Conversation
…InTemplate' class
Current coverage is 100% (diff: 100%)@@ master #786 diff @@
====================================
Files 14 15 +1
Lines 599 605 +6
Methods 0 0
Messages 0 0
Branches 0 0
====================================
+ Hits 599 605 +6
Misses 0 0
Partials 0 0
|
Add support for executing cookiecutter using -m or from a checkout/zip file
…g-setup Implement cli_runner fixture for test_cli.py
@@ -1,103 +1,90 @@ | |||
#!/usr/bin/env python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove the shebang? Thank you! 🙇
@hackebrot Appears that removing the shebang line causes Travis CI to fail, due to an https://travis-ci.org/audreyr/cookiecutter/jobs/152247749 A bit mysterious. How shall we proceed? |
@terryjbates the test failure looks unrelated to your change. And @hackebrot has already raised an issue for the underlying problem: pytest-dev/pytest-mock#59 I guess we should pin |
@terryjbates rebasing on master to get 2d0affe should fix this failure now. |
Mkay...not sure if I have horked this up or not, so let me know if I have! Tried the following:
Travis CI still seemed unhappy initially, though I do see this passes locally when I run:
And I can see commit |
…via-make-clean Fix files removed via make clean
Added cookiecutter-pyqt5 template under Python cookiecutter packages
Hi @terryjbates! 👋 Not really sure what happened here. Can you please try the following:
Now your master should be up-to-date both locally and your fork.
You should see two commits, both from you. |
…ave-context Ensure cookiecutter repositories have json context
…InTemplate' class
…ryjbates/cookiecutter into tbates-pep257-742-exceptions
Thanks @hackebrot! I'm giving your commands a shot now. Thanks for helping get through merge hell. Looking back, I suspect I may not have pushed my local master to the master on GitHub. |
No description provided.