13 lines
389 B
JSON
13 lines
389 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)"
|
|
]
|
|
}
|
|
}
|