odoo/openerpweb/tests
Xavier Morel 5e426a9c31 [IMP] move storage of contexts to OpenERPSession.context_store, fix a number of tests it broke including one it revealed was completely broken
test_retrieve_second_domain passing relied on domains and contexts being stored in the same place, as it created a domain from a context key and tried to check if that worked. It did...

bzr revid: xmo@openerp.com-20110329082002-8rnvnp9cog9gr7zd
2011-03-29 10:20:02 +02:00
..
__init__.py [ADD] basic test to openerpweb (to test the behavior of OpenERPModels) 2011-03-21 13:14:47 +01:00
test_model.py [ADD] tests for the root dispatcher, fix dispatching: start from the *end* of the url and walk backwards to try to find a dispatcher and its method 2011-03-21 18:03:57 +01:00
test_nonliterals.py [IMP] move storage of contexts to OpenERPSession.context_store, fix a number of tests it broke including one it revealed was completely broken 2011-03-29 10:20:02 +02:00
test_session.py [IMP] use non-literal domains to and from client, add a bunch of tests 2011-03-28 16:19:20 +02:00