Skip to content

Commit

Permalink
removing unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
crangelsmith authored Sep 2, 2022
1 parent a0f31a4 commit d28c733
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyveg/tests/test_image_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@ def test_compare_opposite_images():
assert compare_binary_images(img1, img2) < 0.1


def test_create_gif_from_images():
path_dir = os.path.join(os.path.dirname(__file__), "..", "testdata/")
create_gif_from_images(path_dir, "test", "black_and_white")
list_png_files = [
f
for f in os.listdir(path_dir)
if (os.path.isfile(os.path.join(path_dir, f)) and f == "test.gif")
]
assert len(list_png_files) == 1


def test_pillow_to_numpy():
img = Image.open(
os.path.join(os.path.dirname(__file__), "..", "testdata", "white.png")
Expand Down

0 comments on commit d28c733

Please sign in to comment.