Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CintraAI
/
code-chunker
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc13d11
code-chunker
/
.vscode
/
settings.json
CintraAI
added codefiles
a1983fb
12 months 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
}