settings.json 215 B

1234567891011
  1. {
  2. "python.testing.unittestArgs": [
  3. "-v",
  4. "-s",
  5. "./tests",
  6. "-p",
  7. "test_*.py"
  8. ],
  9. "python.testing.pytestEnabled": false,
  10. "python.testing.unittestEnabled": true,
  11. }