tschanzt / marabunta

:ant::ant::ant: Migrating ants for Odoo :ant::ant::ant:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐜🐜🐜 Marabunta 🐜🐜🐜

https://travis-ci.org/camptocamp/marabunta.svg?branch=master

Marabunta is a name given to the migration of the legionary ants or to the ants themselves. Restless, they eat and digest everything in their way.

This tool aims to run migrations for Odoo versions as efficiently as a Marabunta migration.

It loads migration instructions from a YAML file and run the operations if required.

Run the tests

To run marabunta tests, it is a good idea to do an editable install of it in a virtualenv, and then intall and run pytest as follows:

$ git clone https://github.com/camptocamp/marabunta.git
Cloning into 'marabunta'...
$ cd marabunta
$ virtualenv -p YOUR_PYTHON env
$ source env/bin/activate
$ pip install '.[test]'
$ py.test tests

About

:ant::ant::ant: Migrating ants for Odoo :ant::ant::ant:

License:GNU Affero General Public License v3.0


Languages

Language:Python 96.7%Language:HTML 3.1%Language:Shell 0.1%