odoo/addons/project_issue/test
Xavier Morel f5b88f6309 [IMP] minor perf improvement during tests
During tests, some creation of user records would unnecessarily trigger
password reset or set a password, both of which would trigger password
hashing which takes some time (for good reasons).

Fix by:
* passing no_reset_password in YAML tests and some Python tests still
  missing it (a number of Python tests already used it)
* removing passwords from YAML records as they're never necessary, the
  test user records are not expected to ever log in
2015-06-26 14:22:29 +02:00
..
issue.eml [IMP] project_issue: clean the test cases 2011-12-02 12:34:58 +05:30
issue_demo.yml [IMP]only manager can create issue 2013-07-01 16:12:29 +05:30
issue_process.yml [FIX] project_issue: remove test checking the convert_issue_task feature 2013-11-21 16:53:24 +01:00
issue_users.yml [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
subscribe_issue.yml [MERGE]sync with trunk 2013-04-23 10:54:19 +05:30