Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5510 Widoki

I've installed OpenERP from source following documentation (link1). To download v7 version i used the make init-v70 command, all runed fine. So, after create postresql access i can start a OpenERP server with the make server command.

I plan to write addon for OpenERP. But before write code i would like run all OpenERP test suite (core, addons) to check addon developpement impact. I found a question (link2) about tests run. But i don't know how:

  • How run all tests (with for exemple a specified list of addons)
  • Check the result/score of tests (all passed, who fail if fails ...)

I found some info in documentation (link3), but i found a "oe run-tests" script only in trunk version, no for 7.0 version.

So my question is: Is it a way to run a test suite (for addons list) and view summary of test result ?

Sorry, my karma is insufficient to publish links:

  • link1: doc.openerp.com/trunk/server/01_getting_started/#installation-from-sources
  • link2: help.openerp.com/question/526/how-to-run-tests/
  • link3: doc.openerp.com/trunk/server/05_test_framework/#running-the-tests
Awatar
Odrzuć
Najlepsza odpowiedź

You have to download the openerpcommand directory from the trunk, and the oe script from the same and place them in openerp folder.

Open your Terminal and browse to openerp directory. Make your "oe" script executable.

Run the command:

./oe run-tests --addons=your_addons_path -d your_database -m your_module

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
3677
0
mar 15
6383
0
mar 15
3482
How to run tests Rozwiązane
4
kwi 23
45830
1
sty 18
9331