Statistics
| Branch: | Tag: | Revision:

root / aai / tests.py @ 5509b599

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
1428a464 05/09/2011 03:37 pm Giorgos Gousios

Move and fix test cases to the appropriate locations

c06de383 05/07/2011 07:00 pm Georgios Gousios

Support for storing X-Auth-Tokens in cookies

ac3c3a4b 04/18/2011 04:02 pm Georgios Gousios

Fix tests, fix side auth cases

All tests now working

60de282a 04/18/2011 11:53 am Georgios Gousios

Avoid redirect loops

8f377cd6 04/12/2011 02:38 pm Georgios Gousios

Shortcut in the aai module to make tests pass

Introduces a test-time runtime variable which allows REST-based (e.g.
api) tests to pass through the authentication module

25380811 04/12/2011 01:20 pm Georgios Gousios

Rename auth to aai and put all aai related stuff in it

manage.py had trouble running tests from auth (confirmed with
[verigak]), and is also a good idea to have all aai stuff in
one reusable place ([vkoukis]'s idea)