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:
CintraAI
/
code-chunker
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5cf511f
code-chunker
/
.vscode
/
settings.json
CintraAI
added codefiles
a1983fb
about 2 years ago
raw
Copy download link
history
blame
Safe
208 Bytes
{
"python.testing.unittestArgs"
:
[
"-v"
,
"-s"
,
"."
,
"-p"
,
"test_*.py"
]
,
"python.testing.pytestEnabled"
:
false
,
"python.testing.unittestEnabled"
:
true
}