Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ArshVerma
/
CodeLens
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CodeLens
/
pytest.ini
ArshVerma
test: expand test suite to 150+ tests and 80%+ coverage
f27b882
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
160 Bytes
[pytest]
testpaths
= tests
addopts
= --tb=short -q
markers
=
slow: marks tests as slow (use -m "not slow" to skip)
integration: marks integration tests