def testSingleMarker(self): builder = StaticMapBuilder() builder.addMarker(34.5, 23.6) self.assertTrue(builder.build().index('&markers=34.5,23.6'))