summaryrefslogtreecommitdiffstats
path: root/python/tests/libertysimulator.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete Python test framework.Emmanuel Raviart2004-08-251-60/+0
|
* Create a new test Proxy server (a server between a SP and an IDP, which actsEmmanuel Raviart2004-08-111-0/+7
| | | | as an IDP for the SP and as a SP for the IDP): login works.
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-111-0/+53
(sample-sp.py). The two applications are real servers.