Skip to content

Test Failure: AssertionError in test_doctests #666

Description

@Aniketsy

I noticed one doctest failure in test_tables.py (line 121) during the CI checks.

   def test_doctests():
        results = doctest.testmod(tables, optionflags=doctest.NORMALIZE_WHITESPACE)
>       assert results.failed == 0
E       assert 1 == 0
E        +  where 1 = TestResults(failed=1, attempted=362).failed

tests/test_tables.py:121: AssertionError

@davidwagner Could you please review and confirm whether this failure is expected or unrelated to my changes? I’d be happy to fix it once confirmed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions