If the field "name" of the module "account.bank.statement.line" is already assigned during the parse of the element NtryDtls of the camt053 file, we don't update it to avoid to lose data.
Also:
- Use context managers for file opening/closing in tests
- Changed use of deprecated `BadZipfile` exception
- Removed debugging code left by mistake