예제 #1
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    assert 'CBEB' == protection.password
예제 #2
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    eq_('CBEB', protection.password)