vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

Test option does not test all default leetcode test cases.

Open Tajmirul opened this issue 2 years ago • 2 comments

🚀 Feature Proposal

Currently, this extension is only tested for 1 test case from the leetcode and shows the result. It does not even tell if the test is successful or not.

It would be great if it tests against all test cases.

Another thing, testing against some custom test-case is hard.

My suggestions

You can add another section under // @lc code=end named // @lc test-cases=start to take custom test-case input.

Tajmirul avatar Nov 16 '22 08:11 Tajmirul

It looks like the functionality you speak of may require support from https://github.com/skygragon/leetcode-cli/, which has not been updated in a long time project, which may not be easy for officials to handle

ccagml avatar Nov 24 '22 01:11 ccagml

Also hope to have all given test cases under the problem be tested using the extension, and a result whether passed or not shown.

szw0407 avatar Apr 17 '24 14:04 szw0407