15 lines
483 B
JSON
15 lines
483 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python -m pytest)",
|
|
"Bash(python -m pytest --tb=short -q)",
|
|
"Bash(python -m pytest tests/test_slot_tracker.py -v)",
|
|
"Bash(python -m pytest tests/test_scheduler.py -v)",
|
|
"Bash(python -m pytest tests/test_monitor.py::TestMonitorEndpoints::test_monitor_data_structure -v)",
|
|
"Bash(python -m pytest -q)",
|
|
"Bash(python -m pytest tests/test_config.py -q)",
|
|
"Bash(python -m pytest -x -q)"
|
|
]
|
|
}
|
|
}
|