Example #1
0
 def test_copyright(self):
     import cpymad
     notice = cpymad.get_copyright_notice()
     self.assertIsInstance(notice, type(u""))
Example #2
0
 def test_copyright(self):
     import cpymad
     notice = cpymad.get_copyright_notice()
     self.assertIsInstance(notice, type(u""))
Example #3
0
def test_copyright():
    notice = cpymad.get_copyright_notice()
    assert isinstance(notice, type(u""))