File diff b4f2b506bee3 → de10197af7f5
tests/test_reports_spreadsheet.py
Show inline comments
...
 
@@ -549,9 +549,7 @@ def test_ods_writer_balance_cell_multi_currency(ods_writer):
 
    ]]
 
    balance = core.Balance(amounts)
 
    cell = ods_writer.balance_cell(balance)
 
    assert cell.text == '\0'.join(babel.numbers.format_currency(
 
        number, currency, locale=EN_US, format_type='accounting',
 
    ) for number, currency in amounts)
 
    assert cell.text == '2,500.00 RUB\0R$3,500.00'
 

	
 
@pytest.mark.parametrize('cell_source,style_name', testutil.combine_values(
 
    CURRENCY_CELL_DATA,