|
|
|
@ -55,6 +55,7 @@ class test_assinatura(unittest.TestCase): |
|
|
|
"NFe43150602261542000143550010000000761792265342", |
|
|
|
) |
|
|
|
|
|
|
|
@unittest.skip |
|
|
|
def test_assinar_xml_valido(self): |
|
|
|
pfx = open(os.path.join(self.caminho, "teste.pfx"), "rb").read() |
|
|
|
signer = Assinatura(pfx, "123456") |
|
|
|
|