Closed j178 closed 1 year ago
leetgo test -t 1 # run first case only leetgo test -t -1 # run last case only leetgo test -t 1,3 # run first and third case leetgo test -t 1,3-5 # run first, thrid, forth and fifth case