def test_html(self): self.assertEqual(abbreviate('HyperText Markup Language'), 'HTML')
def test_cms(self): self.assertEqual(abbreviate('content management system'), 'CMS')
def test_json(self): self.assertEqual(abbreviate('JavaScript Object Notation'), 'JSON')
def test_faq(self): self.assertEqual(abbreviate('frequently asked questions'), 'FAQ')
def test_css(self): self.assertEqual(abbreviate('cascading style sheets'), 'CSS')
def test_gif(self): self.assertEqual(abbreviate('Graphics Interchange Format'), 'GIF')