j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
539 stars 32 forks source link

`testcases.txt` is only used for local testing #222

Closed j178 closed 1 year ago

j178 commented 1 year ago

Currently, testcases.txt is only used for local testing (leetgo test -L). By default (leetgo test), tests are run remotely on LeetCode judge server, which is why the cases you added are not working. I will fix this issue in the next version.

Originally posted by @j178 in https://github.com/j178/leetgo/discussions/220#discussioncomment-6871841