You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
283 B

  1. -
  2. Connect to local Postgres.
  3. -
  4. !python {model: base.external.dbsource}: |
  5. from openerp.osv.orm import except_orm
  6. try:
  7. self.connection_test(cr, uid, [ref("demo_postgre")])
  8. except except_orm as e:
  9. assert e.value == u'Everything seems properly set up!'