odoo/openerpcommand
Xavier Morel e3c3c42ce2 [IMP] run_tests
* deduplicate addons paths, on runbot the tests are run twice and
  indeed when listing test modules some are listed twice, maybe due to
  duplicated addons paths?

  Test modules:
     openerp.tests.test_mail_examples
     openerp.tests.test_uninstall
     openerp.addons.web.tests.test_js
     openerp.addons.website.tests.test_requests
     openerp.addons.project.tests.test_project_base
     openerp.addons.web.tests.test_js
     openerp.addons.website.tests.test_requests
     openerp.addons.project.tests.test_project_base

* flush stdout after having printed test modules list to try and
  ensure it appears before the tests result (the TextTestRunner
  outputs to stderr and this gets flushed a lot as there's a huge
  amount of data going into it)

bzr revid: xmo@openerp.com-20131106134032-m85o6osa7ezgizt9
2013-11-06 14:40:32 +01:00
..
addons/bench_sale_mrp [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
__init__.py Added grunt-tests command 2013-07-29 17:05:53 +02:00
bench_sale_mrp.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
benchmarks.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
call.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
client.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
common.py [FIX] stray tabs in openerpcommand 2013-11-05 15:04:21 +01:00
conf.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
cron.py [MERGE] forward merge 7.0 until revision 4919. 2013-04-04 15:07:04 +02:00
drop.py [FIX] oe drop: correctly call netsvc.init_logger(), and use pid instead of procpid under postgres 9.2. 2013-02-19 16:16:13 +01:00
grunt_tests.py Added grunt-tests command 2013-07-29 17:05:53 +02:00
initialize.py [IMP] oe initialize: add a file lock to protect concurrent access to the template db when creating a new db (useful when multiple oe initialize are performed at the same time). 2013-06-21 15:24:11 +02:00
main.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
model.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
module.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
read.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
run_tests.py [IMP] run_tests 2013-11-06 14:40:32 +01:00
scaffold.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
uninstall.py [IMP] The open openerp namespace is removed. 2013-02-09 07:02:46 +01:00
update.py [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
web.py [FIX] Use psycogreen instead of gevent-psycopg2 2013-09-09 15:11:23 +02:00