root / test / functionnal / xmlrpc_role.py

View | Annotate | Download (9.3 KB)

# Date Author Comment
a6e697d8 04/01/2009 04:15 PM pnl Role tests were wrong.
  • client is indeed an immutable attribute for role
  • list methods do not use validators before building the query, hence
    they can't raise anything when given an invalid label
    Signed-off-by: Bertrand Yvain <>
95729696 03/30/2009 05:22 PM pnl

Apply licensing terms.

cdbc999a 03/26/2009 09:08 PM pnl

More role tests.

2a1fd496 03/26/2009 06:11 PM pnl

Fix.

62c78dc4 03/26/2009 05:28 PM pnl

Tests for role.update.

a00a2d09 03/26/2009 05:12 PM Sebastien HOUZE
  • doc/api is a newcomer : use some of test/functionnal/lib to generate XMLRPC documentation throught a docbot client (doc/api/generate script)
  • All lib/pyzinn/* files are xmlrpc doc api ready :)
  • All test/functionnal/* files now use a specialized XMLRPC test class...
a2485558 03/26/2009 04:49 PM pnl

Split up tests for readability.
Tests for role.list.

e0b6bf9e 03/25/2009 07:26 PM pnl

testCreateRole implemented.

07d11417 03/18/2009 06:35 PM Julien Ducros

dot is not a valid character in python file names (needed for import)