doc/book/en/development/testing/index.rst
branchstable
changeset 3644 b5a8ba388494
parent 2953 e5bdf98be37f
equal deleted inserted replaced
3643:8513fd032d1f 3644:b5a8ba388494
    54     self.commit();  cnx.close()
    54     self.commit();  cnx.close()
    55     # restore admin connection, never use cnx = self.login('admin'), it will return
    55     # restore admin connection, never use cnx = self.login('admin'), it will return
    56     # the default admin connection and one may be tempted to close it
    56     # the default admin connection and one may be tempted to close it
    57     self.restore_connection()
    57     self.restore_connection()
    58 
    58 
    59 Take care of the references kept to the entities created with a connection or the other.
    59 Do not use the references kept to the entities created with a connection from another.
    60 
    60 
    61 
    61 
    62 Email notifications tests
    62 Email notifications tests
    63 -------------------------
    63 -------------------------
    64 When running tests potentially generated e-mails are not really
    64 When running tests potentially generated e-mails are not really