isort Tests

This commit is contained in:
Hugo van Kemenade 2024-01-20 13:23:03 +02:00
parent eba0be98ec
commit 53c3cd9f8e
174 changed files with 176 additions and 3 deletions

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import time
from PIL import PyAccess

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image
TEST_FILE = "Tests/images/fli_overflow.fli"

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -14,7 +14,6 @@
# version.
from __future__ import annotations
from PIL import Image
repro = ("00r0_gray_l.jp2", "00r1_graya_la.jp2")

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import zlib
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
from pathlib import Path

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
from PIL import features

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
from __future__ import annotations
import base64
import os

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import subprocess
import sys

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import _binary

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImageFilter

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from array import array
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import _deprecate

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import re

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImageSequence, PngImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import BufrStubImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import ContainerIO, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import CurImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
import pytest

View File

@ -1,5 +1,6 @@
"""Test DdsImagePlugin"""
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import FtexImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import GbrImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import GdImageFile, UnidentifiedImageError

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import GimpGradientFile, ImagePalette

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL.GimpPaletteFile import GimpPaletteFile

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import GribStubImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Hdf5StubImagePlugin, Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import os
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import os

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import filecmp
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
from io import BytesIO, StringIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import re
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import re
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import base64
import io
import itertools

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, McIdasImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImagePalette

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os.path
import subprocess

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImageFile, PcxImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import os
import os.path

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, PixarImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import re
import sys
import warnings

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import sys
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, QoiImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, SgiImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import tempfile
import warnings
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import warnings
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
from glob import glob
from itertools import product

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import warnings
from io import BytesIO

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import struct

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import WalImageFile
from .helper import assert_image_equal_tofile

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import re
import sys

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from packaging.version import parse as parse_version

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, WmfImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from io import BytesIO
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, XpmImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, XVThumbImagePlugin

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import BdfFontFile, FontFile

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image, ImageDraw, ImageFont

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image, ImageDraw, ImageFont
from .helper import PillowLeakTestCase, skip_unless_feature

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import FontFile

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import colorsys
import itertools

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import io
import logging
import os

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import os
import subprocess
import sys

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from packaging.version import parse as parse_version

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import copy
import pytest

View File

@ -1,4 +1,5 @@
from __future__ import annotations
import pytest
from PIL import Image

View File

@ -1,4 +1,5 @@
from __future__ import annotations
from PIL import Image
from .helper import fromstring, skip_unless_feature, tostring

Some files were not shown because too many files have changed in this diff Show More