Comment on Show HN: Python decorator to log local variables with each line of code runComments−awithrow2ynice, I do something similar with my tests to print out certain vars only when a test fails in order to get more context.
Comments
nice, I do something similar with my tests to print out certain vars only when a test fails in order to get more context.