Skip to content
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

Improved Tests #59

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Improved Tests #59

wants to merge 7 commits into from

Conversation

karambir
Copy link
Contributor

@karambir karambir commented Sep 5, 2014

travis also tests with postgresql
coverage only cover blogango files
remove delete calls from teardown

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.81%) when pulling 5da0669 on tests into 4d286bd on master.

@@ -195,8 +195,7 @@ def test_tagged_entries_pagination(self):
self.assertEqual(response.status_code, 404)

def tearDown(self):
Copy link
Member

Choose a reason for hiding this comment

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

@akarambir : Just remove the tearDown method then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can. I thought because setUp method is there, then we should atleast keep the tearDown method

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.81%) when pulling c0e4852 on tests into 4d286bd on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-8.81%) when pulling a56971a on tests into 4d286bd on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants