mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
7 lines
156 B
JSON
7 lines
156 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"cookbook/tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |