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 May 23, 2024

  1. Configuration menu
    Copy the full SHA
    952419c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723bb70 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 May 23, 2024
    Configuration menu
    Copy the full SHA
    7190655 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 May 23, 2024
    Configuration menu
    Copy the full SHA
    6ddca35 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 May 23, 2024
    Configuration menu
    Copy the full SHA
    d3d1d6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad9adb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e23350 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    625b875 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32c46eb View commit details
    Browse the repository at this point in the history