Spaces:
Running
Running
| { | |
| "python.testing.unittestArgs": [ | |
| "-v", | |
| "-s", | |
| ".", | |
| "-p", | |
| "test_*.py" | |
| ], | |
| "python.testing.pytestEnabled": false, | |
| "python.testing.unittestEnabled": true | |
| } |
| { | |
| "python.testing.unittestArgs": [ | |
| "-v", | |
| "-s", | |
| ".", | |
| "-p", | |
| "test_*.py" | |
| ], | |
| "python.testing.pytestEnabled": false, | |
| "python.testing.unittestEnabled": true | |
| } |