Code review comment for lp://staging/~akretion-team/openobject-server/openobject-server_5.0_patches

Revision history for this message
Harry (OpenERP) (hmo-tinyerp) wrote :

We are working on function testing :
Our goal:
Each module should has unit test to test functional
like unit test of sale module
 -- Create Sale Order with demo data ( Data is provided in unit test)
 -- confirm This Sale order
 -- Print Sale Order
 -- Make Invoice

This Unit test will test by base_quality_module and also test.openobject.com.
You can see test.py file in trunk-addons : sale/unit_test/test.py

we are using python unittest module (http://docs.python.org/library/unittest.html) to make unit test.

You can see more unit test on this branch :
https://code.launchpad.net/~openerp-commiter/openobject-addons/UnitTestCases

After finsh and review this work, we will merge this branch in trunk-addons

« Back to merge proposal