ancient-vegetable-10556
10/26/2021, 8:10 PMhundreds-father-404
10/26/2021, 8:14 PMprint(result)
to see if stdout has anythingancient-vegetable-10556
10/26/2021, 8:15 PMwitty-crayon-22786
10/26/2021, 8:16 PMmain
before runningancient-vegetable-10556
10/26/2021, 8:16 PMGoalRuleResult(exit_code=0, stdout=‘’, stderr=‘’)
fast-nail-55400
10/26/2021, 8:26 PM@logging
decorator for the testwitty-crayon-22786
10/26/2021, 8:26 PMancient-vegetable-10556
10/26/2021, 9:01 PM@logging
decorator, the test failure went away. Caching weirdness?witty-crayon-22786
10/26/2021, 9:02 PMstdout
i suppose.ancient-vegetable-10556
10/26/2021, 9:03 PMprint
statement, which didn’t change the results, but then added @logging
which changed the resultswitty-crayon-22786
10/26/2021, 9:04 PMcoursier-resolve
goal is rendering to the console, rather than the test itselfancient-vegetable-10556
10/26/2021, 9:05 PMwitty-crayon-22786
10/26/2021, 9:05 PMlogging
might affect how the Console
is mocked…?ancient-vegetable-10556
10/26/2021, 9:07 PM