erplibre/test.sh
Mathieu Benoit a1b9c98b5f [IMP] refactoring to support multiple version of Odoo
- change path odoo to support multiple
- conf pycharm exclude folder
- refactor run/test/coverage by use same script
2025-10-31 01:32:11 -04:00

7 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
# Usage, ./test.sh -d test_addons_name -i module_name
export ODOO_MODE_COVERAGE="true"
export ODOO_MODE_TEST="true"
./run.sh "$@"