-
Notifications
You must be signed in to change notification settings - Fork 526
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
Tests factories and ex machina #396
Tests factories and ex machina #396
Conversation
looks reasonable so far @flmel! thanks :) |
…mel/papercups into tests_facories_and_ex_machina
looks great so far @flmel! it's quite long so it might take me some to review all of it 😅 but looking forward to merging your updates 🎉 |
the only issue would be is that it blocks further backend tasks since adding more tests would cause catch22 |
yup good point -- sorry about that! i'll make sure we prioritize this before merging any new backend tests 👍 |
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.
amazing work on this @flmel! 🚀 🚀 🚀
simplifies tests, and also speeds them up 😄 (i think it went from ~30s before to now around ~10s on my laptop!)
Description
work in progress
Added ex_machina in order to DRY tests did rework the accounts tests
Issue
#316 and #60
Screenshots
For frontend updates, please include a screenshot.
Checklist
mix test
mix format