|
40 | 40 | "justMyCode": false,
|
41 | 41 | },
|
42 | 42 | {
|
43 |
| - "name": "mptest list", |
| 43 | + "name": "mptest list-tentacles", |
44 | 44 | "type": "debugpy",
|
45 | 45 | "request": "launch",
|
46 | 46 | "module": "testbed_micropython.mptest.cli",
|
47 | 47 | "cwd": "${workspaceFolder}",
|
48 | 48 | "args": [
|
49 |
| - "list", |
| 49 | + "list-tentacles", |
| 50 | + ], |
| 51 | + "console": "integratedTerminal", |
| 52 | + "env": { |
| 53 | + "PYDEVD_DISABLE_FILE_VALIDATION": "1", |
| 54 | + }, |
| 55 | + "justMyCode": false, |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "mptest list-tests", |
| 59 | + "type": "debugpy", |
| 60 | + "request": "launch", |
| 61 | + "module": "testbed_micropython.mptest.cli", |
| 62 | + "cwd": "${workspaceFolder}", |
| 63 | + "args": [ |
| 64 | + "list-tests", |
50 | 65 | ],
|
51 | 66 | "console": "integratedTerminal",
|
52 | 67 | "env": {
|
|
110 | 125 | // "--only-board=RPI_PICO_W",
|
111 | 126 | // "--only-board=ESP32_S3_DEVKIT",
|
112 | 127 | // "--only-board=ESP32_C3_DEVKIT",
|
| 128 | + // "--only-board=ESP32_DEVKIT", |
113 | 129 | // "--only-board=RPI_PICO2",
|
114 |
| - // "--skip-board=LOLIN_D1_MINI", // ESP8266_GENERIC |
115 |
| - "--testresults=${workspaceFolder}/testresults", |
| 130 | + // "--only-board=PYBV11", |
| 131 | + // "--only-board=LOLIN_D1_MINI", // ESP8266_GENERIC |
| 132 | + // "--only-test=RUN-MULTITESTS_MULTIBLUETOOTH", |
116 | 133 | // "--only-test=RUN-MULTITESTS_MULTINET",
|
117 | 134 | // "--only-test=RUN-TESTS_NET_INET",
|
118 | 135 | // "--only-test=RUN-TESTS_STANDARD",
|
119 | 136 | // "--only-test=RUN-TESTS_STANDARD_NATIVE",
|
| 137 | + // "--only-test=RUN-TESTS_STANDARD_VIA_MPY", |
120 | 138 | // "--only-test=RUN-TESTS_EXTMOD_HARDWARE",
|
| 139 | + // "--only-test=RUN-FLASH_FORMAT", |
121 | 140 | // "--only-test=RUN-TESTS_STANDARD_NATIVE",
|
122 | 141 | // "--only-test=RUN-TESTS_STANDARD",
|
123 | 142 | // "--skip-test=RUN-TESTS_STANDARD",
|
124 | 143 | // "--only-test=RUN-TESTS_STANDARD:run-tests.py --via-mpy --test-dirs=micropython",
|
125 | 144 | // "--only-test=RUN-TESTS_STANDARD:run-tests.py --test-dirs=micropython",
|
126 | 145 | // "--only-board=LOLIN_D1_MINI",
|
127 | 146 | // "--skip-test=RUN-MULTITESTS_MULTINET",
|
128 |
| - // "--only-test=RUN-MULTITESTS_MULTINET", |
| 147 | + "--only-test=RUN-NATMODTESTS", |
| 148 | + // "--only-board=LOLIN_C3_MINI", |
| 149 | + // "--only-board=LOLIN_D1_MINI", |
129 | 150 | // "--only-fut=FUT_WLAN",
|
130 |
| - "--skip-fut=FUT_WLAN", |
131 |
| - "--skip-fut=FUT_BLE", |
132 |
| - "--no-multiprocessing", |
| 151 | + // "--skip-fut=FUT_WLAN", |
| 152 | + // "--skip-fut=FUT_BLE", |
| 153 | + // "--no-multiprocessing", |
133 | 154 | // "--flash-force",
|
134 | 155 | "--flash-skip",
|
| 156 | + // "--count=24", |
135 | 157 | // "--no-git-clean",
|
136 | 158 | // "--debug-skip-tests",
|
| 159 | + // "--debug-skip-usb-error", |
137 | 160 | ],
|
138 | 161 | "console": "integratedTerminal",
|
139 | 162 | "env": {
|
|
0 commit comments