-
-
Notifications
You must be signed in to change notification settings - Fork 89
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 Recipe Import Bug from Non-Installed-App Module #201
Fix Recipe Import Bug from Non-Installed-App Module #201
Conversation
- Add unit tests for happy and sad path
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.
This PR looks great! Thanks for you contribution @timjklein36 <3
After @anapaulagomes or @amureki reviews, we can merge this and release a new version with bugfix. |
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.
Lovely, thank you @timjklein36 for fixing this bug! 👍
- Fixed a bug (introduced in [1.2.1](https://pypi.org/project/model-bakery/1.2.1/)) that was breaking imports of recipes from non-installed-app modules [PR #201](#201) - Dependencies updates
We released this fix in https://pypi.org/project/model-bakery/1.3.2/ |
Hey @timjklein36 hope you're fine! As you're becoming a regular contributor, we wondered if you're not interested on joining the maintainers team. We'd be happy to have you onboard so you can feel more invited and free to contribute to the project. If you're up to it, please, ping me or @amureki on Twitter: |
Thank you @timjklein36 ! |
Fixes #192.
Using @Arussil's suggestion from the same referenced issue, added unit tests to cover the bug case and existing behavior.