settings.local.json 1.3 KB

123456789101112131415161718192021222324
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(python -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
  5. "Bash(python -c \"import xlwt; print\\(''xlwt ok''\\)\")",
  6. "Bash(where py)",
  7. "Bash(py --version)",
  8. "Bash(py -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
  9. "Bash(py gen_testcase.py)",
  10. "Bash(py -c \":*)",
  11. "Bash(py -3 gen_testcase.py)",
  12. "Bash(py -X utf8 gen_testcase.py)",
  13. "Bash(pip install xlwt -q)",
  14. "Bash(python3 -c \"import xlwt; print\\(''xlwt ok''\\)\")",
  15. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import xlwt; print\\(''xlwt ok''\\)\")",
  16. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import openpyxl; print\\(''openpyxl ok''\\)\")",
  17. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe gen_test_case.py)",
  18. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \":*)",
  19. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe fix_quotes.py)",
  20. "Bash(C:/Users/Administrator/AppData/Local/Programs/Python/Python312/python.exe -c \"import xlwt; r = xlwt.Workbook\\(\\).add_sheet\\(''t''\\).row\\(0\\); print\\(dir\\(r\\)\\)\")"
  21. ]
  22. }
  23. }