예제 #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)