Buckets:
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Python Debugger: Python File", | |
| "type": "debugpy", | |
| "request": "launch", | |
| "program": "${file}" | |
| }, | |
| { | |
| "name": "Python: pytest all tests", | |
| "type": "python", | |
| "request": "launch", | |
| "module": "pytest", | |
| "args": ["tests"], | |
| "cwd": "${workspaceFolder}", | |
| "console": "integratedTerminal" | |
| }, | |
| { | |
| "name": "Python: pytest test_data_list_nodes.py", | |
| "type": "python", | |
| "request": "launch", | |
| "module": "pytest", | |
| "args": ["tests/test_data_list_nodes.py"], | |
| "cwd": "${workspaceFolder}", | |
| "console": "integratedTerminal" | |
| }, | |
| { | |
| "name": "Python: pytest tests.test_data_list_nodes.test_create_from_int", | |
| "type": "python", | |
| "request": "launch", | |
| "module": "pytest", | |
| "args": ["-k", "test_create_from_int", "tests/test_data_list_nodes.py"], | |
| "cwd": "${workspaceFolder}", | |
| "console": "integratedTerminal" | |
| }, | |
| { | |
| "name": "Python: pytest tests.test_data_list_nodes.test_shuffle", | |
| "type": "python", | |
| "request": "launch", | |
| "module": "pytest", | |
| "args": ["-k", "test_shuffle", "tests/test_data_list_nodes.py"], | |
| "cwd": "${workspaceFolder}", | |
| "console": "integratedTerminal" | |
| }, | |
| { | |
| "name": "Python: pytest tests.test_list_nodes.test_shuffle", | |
| "type": "python", | |
| "request": "launch", | |
| "module": "pytest", | |
| "args": ["-k", "test_shuffle", "tests/test_list_nodes.py"], | |
| "cwd": "${workspaceFolder}", | |
| "console": "integratedTerminal" | |
| } | |
| ] | |
| } |
Xet Storage Details
- Size:
- 2.69 kB
- Xet hash:
- 37d209dbe15fd156166f0e99d49f195c00a47f911e6ce3a9a3d92c41565ad0b6
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.