import testtools class TestPlaceHolder(testtools.TestCase): def test_placeholder(self): self.assertEqual(1, 1)