python_leetcode_runner icon indicating copy to clipboard operation
python_leetcode_runner copied to clipboard

Commandline improvements

Open tusharsadhwani opened this issue 4 years ago • 0 comments

  • When multiple filenames are given, it should test for all of them, while also printing the file name in bold
  • Allow passing file name as ./abc.py : for find support
    • essentially, find -name '*.py' | xargs pyleet should work
  • Return non-zero return code when any test fails

tusharsadhwani avatar Apr 21 '21 14:04 tusharsadhwani