Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 797310 - dev-python/dbfread: missing tests
Summary: dev-python/dbfread: 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 08:46 UTC by Michał Górny
Modified: 2021-06-22 03:21 UTC (History)
0 users

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 08:46:34 UTC
Upstream repo definitely has tests.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-22 03:21:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63890c82da54646f07ea58c92e86d51961e9f445

commit 63890c82da54646f07ea58c92e86d51961e9f445
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-06-22 03:16:31 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-06-22 03:18:14 +0000

    dev-python/dbfread: Enable unit tests (bug 797310)
    
    dbfread/test_field_parser.py::test_0 PASSED                                                                                                                                            [  6%]
    dbfread/test_field_parser.py::test_C PASSED                                                                                                                                            [ 12%]
    dbfread/test_field_parser.py::test_D PASSED                                                                                                                                            [ 18%]
    dbfread/test_field_parser.py::test_F PASSED                                                                                                                                            [ 25%]
    dbfread/test_field_parser.py::test_I PASSED                                                                                                                                            [ 31%]
    dbfread/test_field_parser.py::test_L PASSED                                                                                                                                            [ 37%]
    dbfread/test_field_parser.py::test_M PASSED                                                                                                                                            [ 43%]
    dbfread/test_field_parser.py::test_B PASSED                                                                                                                                            [ 50%]
    dbfread/test_field_parser.py::test_N PASSED                                                                                                                                            [ 56%]
    dbfread/test_field_parser.py::test_O PASSED                                                                                                                                            [ 62%]
    dbfread/test_field_parser.py::test_T PASSED                                                                                                                                            [ 68%]
    dbfread/test_field_parser.py::test_Y PASSED                                                                                                                                            [ 75%]
    dbfread/test_field_parser.py::test_hex_field PASSED                                                                                                                                    [ 81%]
    dbfread/test_invalid_value.py::test_repr PASSED                                                                                                                                        [ 87%]
    dbfread/test_invalid_value.py::test_type PASSED                                                                                                                                        [ 93%]
    dbfread/test_memo.py::test_missing_memofile PASSED                                                                                                                                     [100%]
    
    Reported-py: Michał Górny <mgorny@gentoo.org>
    Closes: https://bugs.gentoo.org/797310
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-python/dbfread/Manifest             |  1 +
 dev-python/dbfread/dbfread-2.0.7.ebuild | 25 ++++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)