This website requires JavaScript.
Explore
Help
Register
Sign In
python-pillow
/
Pillow
Watch
1
Star
1
Fork
0
You've already forked Pillow
mirror of
https://github.com/python-pillow/Pillow.git
synced
2025-01-13 18:56:17 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
17af8eca02
Pillow
/
conftest.py
4 lines
70 B
Python
Raw
Normal View
History
Unescape
Escape
Add 'from __future__ import annotations' using Ruff/isort
2023-12-21 14:13:31 +03:00
from
__future__
import
annotations
Declare helper as a pytest plugin so asserts aren't ignored with PYTHONOPTIMIZE
2020-01-31 12:08:14 +03:00
pytest_plugins
=
[
"
Tests.helper
"
]
Reference in New Issue
Copy Permalink