Skip to content
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

Update pytest-cookies to 0.7.0 #525

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pytest-cookies from 0.5.1 to 0.7.0.

Changelog

0.7.0

Fixes for Cookiecutter v2.1.0 and newer (63).

0.6.1

Update `bdist_wheel` info in setup.cfg.

0.6.0

Update dependencies and require Python 3.6 or newer. Return a `pathlib.Path` to the generated project via `Result.project_path` and add deprecation warning for `Result.project`:

python
def test_bake_project(cookies):
 result = cookies.bake(extra_context={"repo_name": "helloworld"})

 assert result.exit_code == 0
 assert result.exception is None

 assert result.project_path.name == "helloworld"
 assert result.project_path.is_dir()

  The `project` attribute is deprecated
 assert result.project.basename == "helloworld"
 assert result.project.isdir()
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant