Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Test failure under Windows 8 #4

@Luchau

Description

@Luchau

When I run the test suite under Windows I get this failure :

======================================================================
FAIL: test_overflow (test_representation.RepresentationTestCase)
We use a finite buffer (typically, 2048 chars) to construct the repr
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\Lucas\Python\PyPoly\tests\test_representation.py", line 47, in
test_overflow
    self.assertEqual(len(long_repr), 2047)
AssertionError: 2048 != 2047

----------------------------------------------------------------------
Ran 85 tests in 0.009s

FAILED (failures=1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions