[IMP] Moved the tests directory inside the openerp module, added --run-tests command...
authorVo Minh Thu <vmt@openerp.com>
Tue, 15 Nov 2011 16:38:43 +0000 (17:38 +0100)
committerVo Minh Thu <vmt@openerp.com>
Tue, 15 Nov 2011 16:38:43 +0000 (17:38 +0100)
commit6acc5a157dc287adde7d31978e2ecc163a3ef9ef
tree33b838e5114a7b7294ea37bebc4dc9f1347e43f6
parent2b7a072a3e7a4505e33c5f25e059607f3039b06d
[IMP] Moved the tests directory inside the openerp module, added --run-tests command-line argument.

bzr revid: vmt@openerp.com-20111115163843-djq6hybp24lk9f5e
21 files changed:
openerp-server
openerp/addons/base/test/test_ir_cron.py
openerp/tests/__init__.py [new file with mode: 0644]
openerp/tests/addons/test_exceptions/__init__.py [new file with mode: 0644]
openerp/tests/addons/test_exceptions/__openerp__.py [new file with mode: 0644]
openerp/tests/addons/test_exceptions/models.py [new file with mode: 0644]
openerp/tests/addons/test_exceptions/view.xml [new file with mode: 0644]
openerp/tests/common.py [new file with mode: 0644]
openerp/tests/test_ir_sequence.py [new file with mode: 0644]
openerp/tests/test_orm.py [new file with mode: 0644]
openerp/tests/test_xmlrpc.py [new file with mode: 0644]
openerp/tools/config.py
tests/__init__.py [deleted file]
tests/addons/test_exceptions/__init__.py [deleted file]
tests/addons/test_exceptions/__openerp__.py [deleted file]
tests/addons/test_exceptions/models.py [deleted file]
tests/addons/test_exceptions/view.xml [deleted file]
tests/common.py [deleted file]
tests/test_ir_sequence.py [deleted file]
tests/test_orm.py [deleted file]
tests/test_xmlrpc.py [deleted file]