I am running some tests with pytests. These tests have print statements. 
However when all the tests pass, no info is ever printed. 
It is only when a test fails that along with the info about the failure, all prints that were executed get printed. 
Is there a way to print info while the test run even when it passes?
 
     
    