Skip to content

Commit 3c68311

Browse files
committed
Add coveralls badge and cleanup tests
1 parent d32160a commit 3c68311

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Official python library for GetZiptastic.com
33

44
[![Documentation Status](https://readthedocs.org/projects/ziptastic-python/badge/?version=latest)](http://ziptastic-python.readthedocs.org/en/latest/?badge=latest)
5-
5+
[![Coverage Status](https://coveralls.io/repos/Ziptastic/ziptastic-python/badge.svg?branch=master&service=github)](https://coveralls.io/github/Ziptastic/ziptastic-python?branch=master)

ziptastic/tests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,3 @@ def test_build_url(self):
6060
def test_object_is_returned(self):
6161
result = Ziptastic.get_from_postal_code('48867')
6262
self.assertTrue(type(result), 'object')
63-
64-
65-
if __name__ == '__main__':
66-
unittest.main()

0 commit comments

Comments
 (0)