15 lines
456 B
JSON
15 lines
456 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -m pytest tests/test_fetcher.py -v)",
|
|
"Bash(python -m pytest -v)",
|
|
"Bash(python -m pytest tests/test_history.py -v)",
|
|
"Bash(python -m pytest tests/test_analyzer.py -v)",
|
|
"Bash(python -m pytest tests/test_predictor.py -v)",
|
|
"Bash(python -m pytest)",
|
|
"Bash(python -m pytest tests/test_settings.py -v)",
|
|
"Bash(python -m pytest tests/ -v --tb=short)"
|
|
]
|
|
}
|
|
}
|