FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python 2.6 doesn't support assertIsInstance · bocode/python-goose@6e76dc3 · GitHub

Commit 6e76dc3

Browse files
committed
python 2.6 doesn't support assertIsInstance
1 parent 48f03c5 commit 6e76dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/tests.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class TestArticle(unittest.TestCase):
172172

173173
def test_instance(self):
174174
a = Article()
175-
self.assertIsInstance(a, Article)
175+
self.assertEqual(isinstance(a, Article), True)
176176

177177

178178
class TestExtractions(unittest.TestCase):

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL