odoo/addons/web_tests_demo/__openerp__.py

17 lines
415 B
Python

{
'name': "Demonstration of web/javascript tests",
'category': 'Hidden',
'description': """
OpenERP Web demo of a test suite
================================
Test suite example, same code as that used in the testing documentation.
""",
'depends': ['web'],
'data' : [
'views/web_tests_demo.xml',
],
'test': ['static/test/demo.js'],
'qweb': ['static/src/xml/demo.xml'],
}