Exemplo n.º 1
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    assert 'CBEB' == protection.password
Exemplo n.º 2
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    assert 'CBEB' == protection.password
Exemplo n.º 3
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    eq_('CBEB', protection.password)
Exemplo n.º 4
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = "******"
    eq_("CBEB", protection.password)
Exemplo n.º 5
0
def test_sheet_protection():
    protection = SheetProtection()
    protection.password = '******'
    eq_('CBEB', protection.password)