from nose.tools import raises. class TestStringMethods: def test_upper(self): assert 'foo'.upper() == 'FOO'. def test_isupper(self):.
確定! 回上一頁