lasso/bindings/python/tests
Benjamin Dauvergne 81fad67ad2 saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581)
Four new accesors:

	lasso_samlp2_extensions_get_any
	lasso_samlp2_extensions_set_any
	lasso_samlp2_extensions_get_attributes
	lasso_samlp2_extensions_set_attributes

The two new pseudo field are fully supported in the python binding.

	node = lasso.Samlp2Extensions()
	node.any = '<test>ok</test>'
	node.attributes = {'{http://entrouvert.org/}attribute1': 'value'}
	print node.dump()
2017-09-11 15:14:41 +02:00
..
Makefile.am Fix build failures 2015-03-23 14:28:48 +01:00
XmlTestRunner.py Fix license boilerplates 2013-12-03 21:55:06 +01:00
binding_tests.py saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
idwsf1_tests.py Fix license boilerplates 2013-12-03 21:55:06 +01:00
idwsf2_tests.py Fix license boilerplates 2013-12-03 21:55:06 +01:00
profiles_tests.py Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
tests.py Fix license boilerplates 2013-12-03 21:55:06 +01:00