Python: Some tests 12.05.2013 14:50 valmet Python 0 Comments Some tests for my little project. Yay. ... Reveal Code class CommentsTestCase(TestCase): def setUp(self): self.comment = Comment() def test_id(self): self.assertTrue(isinstance(self.comment.id, int)) 0 0 112 4