We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32160a commit 3c68311Copy full SHA for 3c68311
2 files changed
README.md
@@ -2,4 +2,4 @@
2
Official python library for GetZiptastic.com
3
4
[](http://ziptastic-python.readthedocs.org/en/latest/?badge=latest)
5
-
+[](https://coveralls.io/github/Ziptastic/ziptastic-python?branch=master)
ziptastic/tests.py
@@ -60,7 +60,3 @@ def test_build_url(self):
60
def test_object_is_returned(self):
61
result = Ziptastic.get_from_postal_code('48867')
62
self.assertTrue(type(result), 'object')
63
64
65
-if __name__ == '__main__':
66
- unittest.main()
0 commit comments