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

Apply updates from the cookiecutter's db branch #58

Closed
wants to merge 1 commit into from

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Jul 11, 2023

This is a test of what hypothesis/cookiecutters#128 would do to this project.

@seanh seanh changed the title Apply updates from cookiecutter Apply updates from the cookiecutter's db branch Jul 11, 2023
@@ -1,7 +1,7 @@
{
"template": "https://github.com/hypothesis/cookiecutters",
"directory": "pypackage",
"ignore": [],
"ignore": ["tests/factories/*"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test-pypackage does have a DB (just in order to test the cookiecutter's ability to put all the DB boilerplate stuff into packages as well as apps) but it doesn't actually have a DB session or any models or factories so I didn't think the cookiecutter's factories stuff (the utility function for hooking up factory_boy to an sqlalchemy session) was relevant to test-pypackage. Just ignore it here and then the cookiecutter won't make any changes to test-pypackage

@seanh seanh closed this Jul 30, 2023
@seanh seanh deleted the cookiecutter-db branch July 30, 2023 18:51
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.

None yet

1 participant