mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-23 14:39:50 +03:00
tool + improvement done
This commit is contained in:
parent
f4f8728ee8
commit
496d2c5cd6
|
@ -23,4 +23,4 @@ omit =
|
|||
# Tests/check_*.py
|
||||
# Tests/createfontdatachunk.py
|
||||
Tests/*
|
||||
# src/*
|
||||
src/*
|
||||
|
|
|
@ -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
BIN
libwebp-1.4.0.tar.gz
Normal file
Binary file not shown.
1
myenv/lib64
Symbolic link
1
myenv/lib64
Symbolic link
|
@ -0,0 +1 @@
|
|||
lib
|
5
myenv/pyvenv.cfg
Normal file
5
myenv/pyvenv.cfg
Normal 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
1
pillowenv/lib64
Symbolic link
|
@ -0,0 +1 @@
|
|||
lib
|
5
pillowenv/pyvenv.cfg
Normal file
5
pillowenv/pyvenv.cfg
Normal 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
|
Loading…
Reference in New Issue
Block a user