Closed j178 closed 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.
testcases.txt
leetgo test -L
leetgo test
Originally posted by @j178 in https://github.com/j178/leetgo/discussions/220#discussioncomment-6871841
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