Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797379 - dev-python/agate-excel: missing tests
Summary: dev-python/agate-excel: missing tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 784263
  Show dependency tree
 
Reported: 2021-06-21 14:53 UTC by Michał Górny
Modified: 2021-06-22 01:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-06-21 14:53:25 UTC
Upstream repo definitely has tests.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-22 01:30:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7dbac9bd5ed1e8be910661393d655619680070

commit 7b7dbac9bd5ed1e8be910661393d655619680070
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-22 01:21:28 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-22 01:28:54 +0000

    dev-python/agate-excel: Enable unit tests (bug 797379)
    
    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/agate-excel-0.2.3.ebuild | 27 +++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)