{ "python.testing.unittestArgs": [ "-v", "-s", "./HNC", "-p", "*_test.py" ], "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false, "python.testing.pytestArgs": [ "." ] }