Skip to content

vauxoo-dev/maintainer-quality-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

QA Tools for Odoo maintainers

The goal is to provide helpers to ensure the quality of Odoo addons.

Sample travis configuration file (for version 7.0)

To setup the TravisCI continuous integration for your project, just copy the content of the /sample_files to your project’s root directory.

If your project depends on other OCA/Github repositories simply add the following under before_install section:

install:
  - git clone https://github.com/OCA/a_project_x ${HOME}/a_project_x -b ${VERSION}
  - git clone https://github.com/OCA/a_project_y ${HOME}/a_project_y -b ${VERSION}

The addons path used will automatically consider these repositories.

Module unit tests

The quality tools now are also capable to test each module individually. This is intended to check if all dependencies are correctly defined. This is activated through the UNIT_TEST directive. For current repositories to benefit this, an additional line should be added to the env: section, similar to this one:

- VERSION="8.0" UNIT_TEST="1"

Coveralls configuration file

Coveralls provides information on the test coverage of your modules. Currently the Coveralls configuration is automatic, so you don’t need to include a .coveragerc to the repository. Please note that if you do, it will be ignored.

About

QA tools for Odoo maintainers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.2%
  • Shell 19.8%