summaryrefslogtreecommitdiff
path: root/tests/test_63_ecp.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespaceIoannis Kakavas2017-08-021-1/+1
|
* Updated tests to work with new default signing requirementsIoannis Kakavas2017-08-011-2/+3
| | | | | Explicitly allow unsigned responses in tests where we do not sign them.
* Fix python3 syntax errorsClint Byrum2015-05-151-2/+2
| | | | | Retains python2.7 compatibility for all files. Fixes only syntax errors, tests still fail on python3 for various reasons.
* add closing method to make sure to close ident db connectionErick Tryzelaar2014-10-241-65/+66
|
* Remove obsolete xmlsec_path from pathutils.Fredrik Thulin2013-05-061-1/+1
|
* Avoid hard xmlsec_binary requirement for ECP client.Fredrik Thulin2013-05-061-2/+1
| | | | | By providing an already initialized Config() instance, an ECP client using another CryptoBackend than xmlsec1 can be instantiated.
* Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-14/+17
|
* Removed unnecessary/harmful method.Roland Hedberg2013-04-191-0/+2
|
* Allow running the tests inside the tests directoryLorenzo Gil Sanchez2013-04-021-3/+3
| | | | | | | | | | | | | This fix a regression after latest changes. In order to run the tests from the tests directory you will need to install the test_requires packages manually. You can do so with a single command: python setup.py develop easy_install pysaml2[testing] That's why I restored the old extras_requires argument to the setup function. Now it won't duplicate package names but reuse the same ones as in test_requires.
* Allow running the tests from the pysaml2 root directory.Lorenzo Gil Sanchez2013-04-021-13/+6
| | | | | | | | This improves previous work for running the tests via the command "python setup.py test" from a fresh clone. This can be very useful to integrate pysaml2 in a continuous integration system such as Jenkins or Travis.
* Fixed all tests.Roland Hedberg2013-01-311-63/+10
| | | | Shelve don't allow unicode strings as keys.
* Final touch to ECPRoland Hedberg2013-01-251-3/+4
| | | | Worked through a NameIDMapping test
* Final touch to ECPRoland Hedberg2013-01-241-1/+132
|
* Initial add0.4.2Roland Hedberg2012-05-231-0/+68