golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pytest_snapshot
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
183 B
Del
OK
__pycache__
-
Del
OK
_utils.py
3.61 KB
Del
OK
_version.py
142 B
Del
OK
plugin.py
11.47 KB
Del
OK
Edit: __init__.py
try: from ._version import version as __version__ except ImportError: # broken installation, we don't even try (copied from pytest implementation) __version__ = "unknown"
Save