Steps_dsl - lampmantech/behaving.trytond GitHub Wiki
This is the advanced syntax for behave testing. This is from OpenERPScenario and may fail, as is not properly ported to Tryton yet. It could be that there's a lot in here that is unused and cleaned out. Or, it just needs some TLC by someone who knows Tryton+oDooDoo internals to port missing features over to trytond_scenari.
STEP: having
STEP: I set the search_model_name to a "{model_name}" with {domain}
STEP: I find a "{model_name}" with {domain}
STEP: I need a "{model_name}" with {domain}
STEP: I set global property named "{pname}" for model "{modelname}" and field "{fieldname}" for company with ref "{company_oid}"
STEP: I set global property named "{pname}" for model "{modelname}" and field "{fieldname}"
STEP: the property is related to model "{modelname}" using column "{column}" and value "{value}"
STEP: I am configuring the company with ref "{company_oid}"
STEP: I delete it
This file is automatically generated from the source code: do not edit.