← Back to team overview

openerp-expert-framework team mailing list archive

Tests : how to ?

 

Hi,

I'm trying to write a test and run it for one of my module. This module is
used by a lot of others, so if I could avoid to update it every time I need
to run the tests, it would be fine (because it would update all modules
which rely on it...). With --test-file, it doesn't work : created record
(in the test file) are not found when referenced later in the file.

So here is my question : how can I run a test file normally without
updating all the module ?

Thank you,

Follow ups