berhoel.odf.test namespace

Submodules

berhoel.odf.test.conftest module

Common settiongs for testing berhoel.odf.

berhoel.odf.test.conftest.base_path()[source]

Return path to project base.

berhoel.odf.test.conftest.data1(data_path)[source]

Return path to first sample data file.

berhoel.odf.test.conftest.data_path(base_path)[source]

Return path to data directory.

berhoel.odf.test.test_odf_base module

Testing base functionalities of berhoel.odf library.

berhoel.odf.test.test_odf_base.py_project(base_path)[source]

Return path of project pyproject.toml.

berhoel.odf.test.test_odf_base.test_init(data1)[source]
berhoel.odf.test.test_odf_base.test_version(toml_inst)[source]

Test for consistent version numbers.

berhoel.odf.test.test_odf_base.toml_inst(py_project)[source]

Return toml instance of project pyproject.toml

berhoel.odf.test.test_ods module

Testing accessing ods files.

berhoel.odf.test.test_ods.ods_sample1(data1)[source]
berhoel.odf.test.test_ods.rows0(tables)[source]
berhoel.odf.test.test_ods.rows1(tables)[source]
berhoel.odf.test.test_ods.tables(ods_sample1)[source]
berhoel.odf.test.test_ods.test_rows0_1(rows0)[source]
berhoel.odf.test.test_ods.test_rows1_1(rows1)[source]
berhoel.odf.test.test_ods.test_table_hidden(tables)[source]
berhoel.odf.test.test_ods.test_table_names(tables)[source]
berhoel.odf.test.test_ods.test_table_rows(tables)[source]
berhoel.odf.test.test_ods.test_tables(ods_sample1)[source]