Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate getdata and putdata tests #8017

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0815e06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8275434 View commit details
    Browse the repository at this point in the history
  3. parametrize test_putdata_long_integers()

    This test had some duplicate checks because originally in Python 2 the numbers in those lines had a "L" suffix, which is no longer used in Python 3.
    Yay295 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    423a0bd View commit details
    Browse the repository at this point in the history
  4. remove old comment

    The original bug this was referring to seems to have been lost, but it looks to have been something to do with Python 2/3 compatibility and big numbers.
    See commit c8ce29c and python-pillow#7991.
    Yay295 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fd3c540 View commit details
    Browse the repository at this point in the history
  5. rename variable "pixel" to "expected"

    Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
    Yay295 and nulano committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aecdb08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5863d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aba78ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27aeb6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b85492a View commit details
    Browse the repository at this point in the history