Uh oh!
There was an error while loading. Please reload this page.
526 contrasting confirmation messages - #571
Conversation
…n_Messages merging my changes with development
bakobagassas
left a comment
There was a problem hiding this comment.
Why are we changing 6 test files ? I don't think most of those changes are necessary
Kafui123
commented
Apr 14, 2026
I had to make those changes because they(the test files) were failing as a result of the new changes I added. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Arohasina
commented
Apr 14, 2026
Your tests now handle success cases, but could you consider adding an integration test for partial/full submission failure scenarios after you have added the fixes mentioned above? |
Uh oh!
There was an error while loading. Please reload this page.
Kafui123
commented
Apr 16, 2026
Since the main change in this pr was to put everything inside a mainDB.atomic block so that a form would not get submitted if email sending fails i do not think that it would be necessary testing the mainDB.atomic() block since that is peewee's behavior. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MImran2002
left a comment
There was a problem hiding this comment.
there are whitespaces, some changes I will revert to reduce the code change scope that are not related to the issue description
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
be5e0a1 to
5b82836Compare
Fixes issue #526
Changes:
Testing: