summaryrefslogtreecommitdiffstats
path: root/python/tests/abstractweb.py
Commit message (Collapse)AuthorAgeFilesLines
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-111-5/+17
| | | | (sample-sp.py). The two applications are real servers.
* Improved Python unit tests.Emmanuel Raviart2004-08-101-0/+87
|
* LECP now nearly works. Still a segmentation fault at the end, but Valos isEmmanuel Raviart2004-08-091-8/+5
| | | | aware of it.
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-091-13/+40
|
* Added module abstractweb.Emmanuel Raviart2004-08-091-0/+156
It defines abstract classes for HTTP servers, etc, that are independant of the connection type: They must be overrided for HTTP(S) connection or simulated connections.