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

Fix test_importers.py #120

Merged
merged 7 commits into from
Jun 22, 2020
Merged

Fix test_importers.py #120

merged 7 commits into from
Jun 22, 2020

Conversation

takluyver
Copy link
Collaborator

See #28

This is separated out from #116. It doesn't actually fix the importer tests in CI (trying to solve that revealed much bigger issues, which led to separating this out), but running just those tests in isolation succeeds:

nosetests gourmet/tests/test_importers.py

I think these changes are an improvement by themselves, even if they don't fix the tests in CI.

Copy link
Collaborator

@cydanil cydanil left a comment

Choose a reason for hiding this comment

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

I'm not too sure what the importers code do, but from what I understand, and the changes that are made, LGTM.

Thank you for going through this, Thomas!

@cydanil cydanil merged commit ad18046 into kirienko:master Jun 22, 2020
@takluyver takluyver deleted the fix-importers2 branch June 22, 2020 10:41
@takluyver
Copy link
Collaborator Author

No problem! From what I can see, importers try to parse recipes from various different file formats and websites so they can be added to Gourmet's database.

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.

2 participants