-
Notifications
You must be signed in to change notification settings - Fork 3
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
Refactor tests, use db migrations, correct session, rollback automatically #12
Conversation
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 for refactoring tests! There're just some changes and questions that are not clear for me.
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.
All my questions were resolved. Thanks for your contribution!
…cally (#12) * Refactor tests, use db migrations, correct session, rollback automatically * Remove unnecessary test * Remove unnecessary package * Fix rollback to be global * Remove unused functions and improve a test case * Return accidentally deleted test case * Bring back a couple of tests and fix one * Apply small review suggestions
Refactor how tests work. Main changes are: