k870611

Results 8 comments of k870611

for unittest I have add "python.testing.unittestArgs": [] in settings.json and remove all Item in settings but output still not showing in Test Explorer VS Code version: 1.59.0 (system setup) Python...

Sorry I don't know does it is cause by myself (like wrong config or....) but In cmd and PYTHON is have output CMD: ![sshot-5](https://user-images.githubusercontent.com/29194147/131433816-ee6b14b7-879e-42b0-ad7d-08a6a0ebb41b.png) PYTHON ![sshot-3](https://user-images.githubusercontent.com/29194147/131433365-cf2c0ff5-3ff5-463c-9890-62146db469a0.png) but not in Test...

It not work for me, my settings.json is { "python.testing.unittestArgs": [ "-v", "-s", ".", "-p", "test*.py" ], "python.testing.pytestEnabled": false, "python.testing.nosetestsEnabled": false, "python.testing.unittestEnabled": true } my test py are test_a.py test_all_Commands.py...

like Python can put all the test in it py ![sshot-1](https://user-images.githubusercontent.com/29194147/131427021-3ee9e45a-a23e-411d-af59-9bf96f9be6d4.png) but Test Explorer is list all the test (not like python is put at sub) ![sshot-2](https://user-images.githubusercontent.com/29194147/131427192-455a951d-ac75-4538-9703-8546eb5dd6a7.png) My folder structure...

1. A developer 2. I only have pyc, bytecode is decode by it, it is comes from a friend of mine, we want to know how to decode it.

Thanks, It works, but I still have some question 1. if url is can't visit it will raise IOException, how to ignore it ?? 2. can see response in key-value...

Can you teach how to use get, post, delete by this jar ?? because doc says --request is not support on this jar.

Yeah, it work ~~~~~~~~~~ last question, can you teach me how to write a resolver ?? I have search a l ot of info but can not find it. :...