示例#1
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    assert 'CBEB' == protection.password
示例#2
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    assert 'CBEB' == protection.password
示例#3
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    eq_('CBEB', protection.password)
示例#4
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = "******"
    eq_("CBEB", protection.password)
示例#5
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    eq_('CBEB', protection.password)