-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Correct BelongsTo relation creation #417
Correct BelongsTo relation creation #417
Conversation
…sage and exception dumps, when creating (storing) failed
…g BelongsTo relationship correctly
…nfigs after test is complete
@shalvah this test case needs to create :inmemory: db with migrations, so it failes. So here I'm stuck |
Some nested data loading (in factory configuring) is workaround about #321 problem, so we can fix it clearly with real call of |
Hmm, I'll take a look at this and see what I can do. |
Well done! I see you've put in a lot of work on the tests, but your change seems pretty innocuous, so I think we can live without the tests. |
@shalvah You did not delete the |
Deleted it on master.
…On Sun, Jan 30, 2022, 16:37 Georgy Torquemada ***@***.***> wrote:
@shalvah <https://github.com/shalvah> You did not delete the
afterTestCleanup function in tests, now it unused
—
Reply to this email directly, view it on GitHub
<#417 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNSD4OMMV672RASPOYMHVDUYVLNDANCNFSM5M3ZRTFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
If we add more features that rely on the database, we may eventually add these database tests back, and your work might come in handy. Thanks! |
Closes: #415
Closes: #412