libxlsxwriter/test/functional
John McNamara bda599d033 Added optional third party dtoa library.
Added the optional Milo Yip DTOA library (emyg_dtoa) to avoid
issues where the standard sprintf() dtoa function changes output
based on locale settings. It is also 40-50% faster than the
standard dtoa for raw numeric data.

If you wish to use this third party library you can compile
libxlsxwriter with it by passing `USE_DTOA_LIBRARY=1` to
make. The USE_DOUBLE_FUNCTION build variable is no longer used.

Imported source from https://github.com/miloyip/dtoa-benchmark

Feature request #272
2021-07-12 23:09:52 +01:00
..
src Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
xlsx_files Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
base_test_class.py Updated copyright year. 2021-01-13 21:25:35 +00:00
helper_functions.py Add support for GIF images. 2021-05-08 00:25:14 +01:00
test_array_formula.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_autofilter.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_background.py Add support for worksheet background images. 2021-05-14 00:12:05 +01:00
test_chart_area.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_axis.py Added extra chart font axis test. 2021-04-25 13:47:25 +01:00
test_chart_bar.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_blank.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_chartarea.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_column.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_crossing.py Added 'min' crossing option to chart axes. 2021-03-26 17:01:00 +00:00
test_chart_data_labels.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_display_units.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_doughnut.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_drop_lines.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_errorbars.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_font.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_format.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_gap.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_gridlines.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_high_low_lines.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_legend.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_line.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_order.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_pattern.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_pie.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_points.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_radar.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_scatter.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_size.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_sparse.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_str.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_table.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chart_title.py Add option to turn off bold in chart title font. 2021-07-12 22:33:11 +01:00
test_chart_up_down_bars.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_chartsheet.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_comment.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_conditional_format.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_data_validation.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_default_row.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_defined_name.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_dynamic_array.py Add docs and examples for dynamic arrays. 2021-07-07 23:33:26 +01:00
test_escapes.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_fit_to_pages.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_formatting.py Fix for format with pattern only. 2021-03-27 00:48:54 +00:00
test_gridlines.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_header_image.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_hyperlink.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_ignore_errors.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_image.py Test in-memory JPEG file. 2021-05-14 00:13:01 +01:00
test_merge_range.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_misc.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_object_position.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_optimize.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_outline.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_page_breaks.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_page_setup.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_panes.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_print_area.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_print_options.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_print_scale.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_properties.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_protect.py Add option to set read-only mode when opening a file. 2021-03-27 20:36:13 +00:00
test_repeat.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_rich_string.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_row_col_format.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_set_column.py Add support for pixel sizing of rows and columns. 2021-04-15 19:53:01 +01:00
test_set_row.py Add support for pixel sizing of rows and columns. 2021-04-15 19:53:01 +01:00
test_set_selection.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_set_start_page.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_simple.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_tmpdir.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_types.py Added optional third party dtoa library. 2021-07-12 23:09:52 +01:00
test_vba.py Updated copyright year. 2021-01-13 21:25:35 +00:00
test_write_data.py Updated copyright year. 2021-01-13 21:25:35 +00:00