tool + improvement done

This commit is contained in:
daraccrafter 2024-06-22 16:11:31 +02:00
parent f4f8728ee8
commit 496d2c5cd6
7 changed files with 14 additions and 2 deletions

View File

@ -23,4 +23,4 @@ omit =
# Tests/check_*.py
# Tests/createfontdatachunk.py
Tests/*
# src/*
src/*

View File

@ -15,7 +15,7 @@ def calculate_coverage(test_name):
"branches1": Image.branches,
"branches2": PdfParser.XrefTable.branches,
"branches3": SpiderImagePlugin.branches,
"branches4": MpegImagePlugin.branches,
"branches4": MpegImagePlugin.BitStream.branches,
# Add more
}

BIN
libwebp-1.4.0.tar.gz Normal file

Binary file not shown.

1
myenv/lib64 Symbolic link
View File

@ -0,0 +1 @@
lib

5
myenv/pyvenv.cfg Normal file
View File

@ -0,0 +1,5 @@
home = /usr/bin
include-system-site-packages = false
version = 3.12.3
executable = /usr/bin/python3.12
command = /usr/bin/python3 -m venv /home/duru/Documents/Period_6/Pillow-SEP/myenv

1
pillowenv/lib64 Symbolic link
View File

@ -0,0 +1 @@
lib

5
pillowenv/pyvenv.cfg Normal file
View File

@ -0,0 +1,5 @@
home = /usr/bin
include-system-site-packages = false
version = 3.12.3
executable = /usr/bin/python3.12
command = /usr/bin/python3 -m venv /home/duru/Documents/Period_6/Pillow-SEP/pillowenv