13 lines
455 B
JSON
13 lines
455 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11_workflow_integration.py -v)",
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11_workflow_integration.py::TestTDDWorkflowIntegration::test_complete_tdd_workflow_cycle -v)",
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11* -v)",
|
|
"Bash(PYTHONPATH=. pytest tests/ -v --tb=short)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |