def test_copyright(self): import cpymad notice = cpymad.get_copyright_notice() self.assertIsInstance(notice, type(u""))
def test_copyright(): notice = cpymad.get_copyright_notice() assert isinstance(notice, type(u""))