summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/agate-excel: Enable unit tests (bug 797379)Zac Medico2021-06-211-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/test_table_xls.py::TestXLS::test_ambiguous_date PASSED [ 4%] tests/test_table_xls.py::TestXLS::test_empty PASSED [ 8%] tests/test_table_xls.py::TestXLS::test_file_like PASSED [ 13%] tests/test_table_xls.py::TestXLS::test_from_xls PASSED [ 17%] tests/test_table_xls.py::TestXLS::test_from_xls_with_column_names PASSED [ 21%] tests/test_table_xls.py::TestXLS::test_header PASSED [ 26%] tests/test_table_xls.py::TestXLS::test_numeric_column_name PASSED [ 30%] tests/test_table_xls.py::TestXLS::test_sheet_index PASSED [ 34%] tests/test_table_xls.py::TestXLS::test_sheet_multiple PASSED [ 39%] tests/test_table_xls.py::TestXLS::test_sheet_name PASSED [ 43%] tests/test_table_xls.py::TestXLS::test_skip_lines PASSED [ 47%] tests/test_table_xls.py::TestXLS::test_zeros PASSED [ 52%] tests/test_table_xlsx.py::TestXLSX::test_ambiguous_date FAILED [ 56%] tests/test_table_xlsx.py::TestXLSX::test_empty PASSED [ 60%] tests/test_table_xlsx.py::TestXLSX::test_file_like PASSED [ 65%] tests/test_table_xlsx.py::TestXLSX::test_from_xlsx PASSED [ 69%] tests/test_table_xlsx.py::TestXLSX::test_from_xlsx_with_column_names PASSED [ 73%] tests/test_table_xlsx.py::TestXLSX::test_header PASSED [ 78%] tests/test_table_xlsx.py::TestXLSX::test_numeric_column_name PASSED [ 82%] tests/test_table_xlsx.py::TestXLSX::test_sheet_index PASSED [ 86%] tests/test_table_xlsx.py::TestXLSX::test_sheet_multiple PASSED [ 91%] tests/test_table_xlsx.py::TestXLSX::test_sheet_name PASSED [ 95%] tests/test_table_xlsx.py::TestXLSX::test_skip_lines PASSED [100%] Reported-py: Michał Górny <mgorny@gentoo.org> Closes: https://bugs.gentoo.org/797379 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-python/agate-excel: Initial importZac Medico2021-06-213-0/+38
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>