Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simplify integration tests #41

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

Merged
merged 5 commits into from
Sep 3, 2018
Merged

Simplify integration tests #41

merged 5 commits into from
Sep 3, 2018

Conversation

gabor-boros
Copy link
Member

@gabor-boros gabor-boros commented Aug 26, 2018

Description

Integration tests containes unused variables and other, not needed stuff, like teardown_methods.
Note: Tear down methods are not needed in most of the cases, due to we are removing the DB itself at the end of every test.

Description
Integration tests containes unused variables and other, not needed stuff, like `teardown_methods`.
Note: Tear down methods are not needed in most of the cases, due to we are removing the DB itself at the end of every test.
self.test_db_name = 'test_database'

def teardown_method(self):
self.conn.close()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing a super call.

@asakatida
Copy link

I am starting traveling and will be unavailable for a significant portion of time this week. Feel free to self merge this after the one fix.

@gabor-boros
Copy link
Member Author

@grandquista, your comment was addressed.

@asakatida asakatida merged commit 00d8a00 into master Sep 3, 2018
@gabor-boros gabor-boros deleted the SimplifyIntegrationTests branch October 26, 2018 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants