python_leetcode_runner
python_leetcode_runner copied to clipboard
Commandline improvements
- 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: forfindsupport- essentially,
find -name '*.py' | xargs pyleetshould work
- essentially,
- Return non-zero return code when any test fails