Skip to content

Test for self.assertEqual(has_full, hasattr(c, "description_full")) fails #363

@mgorny

Description

@mgorny

It seems that the newly added test fails on my system:

$ python setup.py test
running test
                Python  /tmp/apsw/.venv/bin/python sys.version_info(major=3, minor=10, micro=6, releaselevel='final', serial=0)
Testing with APSW file  /tmp/apsw/.venv/lib/python3.10/site-packages/apsw/__init__.cpython-310-x86_64-linux-gnu.so
          APSW version  3.39.2.1
    SQLite lib version  3.39.2
SQLite headers version  3039002
    Using amalgamation  False
.......................F........................................................................
======================================================================
FAIL: testCursor (apsw.tests.APSW)
Check functionality of the cursor
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/apsw/.venv/lib/python3.10/site-packages/apsw/tests.py", line 778, in testCursor
    self.assertEqual(has_full, hasattr(c, "description_full"))
AssertionError: True != False

----------------------------------------------------------------------
Ran 96 tests in 31.321s

FAILED (failures=1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions