facho/fe/form.py a modulo.

* facho/fe/form/query.py: utilidades.

FossilOrigin-Name: a1486421fcfcf6bda1e3b4901f3fc3fe86b7156852571aad74274d5b7ce3778a
This commit is contained in:
2020-11-02 01:13:16 +00:00
parent c394663cc8
commit f4c2282e3d
7 changed files with 202 additions and 144 deletions

View File

@@ -48,6 +48,10 @@ NAMESPACES = {
'sig': 'http://www.w3.org/2000/09/xmldsig#',
}
def fe_from_string(document: str) -> FachoXML:
xml = LXMLBuilder.from_string(document)
return FachoXML(xml, nsmap=NAMESPACES)
from contextlib import contextmanager
@contextmanager
def mock_xades_policy():