-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Allows import_from_str to import from inputs like app_name.ModelName #140
Conversation
Nice contribution! |
I don't think so 🤔 What was happening before? |
Yep. No idea what's happening. Any ideas from your side?
Done : )
If I don't add
|
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.
Loved this work @cuducos! I hope I was able to give you the proper explanation and instructions on how to fix CI.
Sure you did! Makes sense. |
Ok, I suggest something different: setting |
I have experienced the same error when using recipes, and I intend to send another commit here to allow |
Co-authored-by: Ana Paula Gomes <[email protected]>
Co-authored-by: Ana Paula Gomes <[email protected]>
Co-authored-by: Ana Paula Gomes <[email protected]>
Co-authored-by: Ana Paula Gomes <[email protected]>
Co-authored-by: Ana Paula Gomes <[email protected]>
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.
@cuducos I approved a few typos comments from @anapaulagomes but I left a last one for you to review.
Co-authored-by: Bernardo Fontes <[email protected]>
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.
Thanks a lot @cuducos!
If the reasoning in #139 makes sense (yep, it might not), this is a draft for the fix.
Locally I had to create
tests/__init__.py
to run tests, is that expected?