odoo/openerp/tests
Thibault Delavallée ccbb8e09a6 [REF] html_email_clean: refactored the algorithm to clean it, specifically about truncature. Now add classes to node when not removing them, to be managed by the web client.
bzr revid: tde@openerp.com-20130425104301-e7mv9o4pcjx6k2cn
2013-04-25 12:43:01 +02:00
..
addons [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
__init__.py [REF] tests: removed the temporary import for test_xmlrpc. 2013-02-01 17:15:53 +01:00
common.py [REF] service: A new openerp.service.rpc decorator is provided to replace the ExportService class. 2013-01-31 14:10:51 +01:00
test_acl.py [IMP] orm: check groups-based access rights on model fields in read() and write(). 2012-12-12 12:36:47 +01:00
test_basecase.py [FIX] tests.common: make ref() and browse_ref() work for TransactionCase as well + update tests 2012-11-09 18:08:26 +01:00
test_db_cursor.py [FIX] test_db_cursor: explicitely close the cursor (without relying on __del__). 2012-11-15 13:39:37 +01:00
test_expression.py [REF] [IMP] expression.parse: refactored the main parsing loop, now using source and result stacks. Leaf elements are encapsulated into a specific object, allowing to delegate the join condition formation and aliases generation, as well as working_table management to them. The main parsing loop is now a loop taking a leaf, doing one action on it, and putting the result back to be analyzed or in the results. This allows to avoid having while loops inside a main while loop with some weird corner effects. 2012-12-04 15:26:50 +01:00
test_fields.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
test_ir_filters.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
test_ir_sequence.py [FIX] test_ir_sequence: reduce the number of call to next() (to reduce test time). 2012-09-03 16:59:29 +02:00
test_mail.py [REF] html_email_clean: refactored the algorithm to clean it, specifically about truncature. Now add classes to node when not removing them, to be managed by the web client. 2013-04-25 12:43:01 +02:00
test_mail_examples.py [REF] html_email_clean: refactoring of the algorithm, now better taking into account hotmail / msoffice emails. Added tests. 2013-04-23 16:49:03 +02:00
test_misc.py [IMP] tests: moved append_to_html into right test file. Added basic struct and templates for testing html_email_clean. 2012-11-06 13:18:24 +01:00
test_orm.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
test_osv.py [CLEAN] Query: cleaned a bit the code. All joins now goes through the same method, either implicit or explicit. Will have to be upgraded in future versions, but at least this is a bit centralized. Updated ORM accordingly. Updated tests. Added a get_alias_from_query method in expression that find the table and the alias from a 'full alias' statement. 2012-12-07 16:42:04 +01:00
test_translate.py [IMP] [MOV] Moved test_osv and test_translate from unchecked test directory to tests, to be now effectively run. Updated test_osv to matche the new alias coding style. 2012-12-07 15:29:31 +01:00
test_uninstall.py [IMP] replace all tests like 'registry.get(X)' by 'X in registry' where X is non static 2013-03-29 15:07:23 +01:00
test_view_validation.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
test_xmlrpc.py [REF] service: A new openerp.service.rpc decorator is provided to replace the ExportService class. 2013-01-31 14:10:51 +01:00