with pytest file below test_print.py
test_print.py
class TestPrint: def test_print(self): print(\'NOT CAPTURED IN JUNIT\') assert False
wh