Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hjerpe
/
sql_env
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sql_env
/
conftest.py
hjerpe
Upload folder using huggingface_hub
5dd1bb4
verified
4 days ago
raw
Copy download link
history
blame
contribute
delete
110 Bytes
"""Pytest configuration — exclude package __init__.py from collection."""
collect_ignore = [
"__init__.py"
]