Run pytest and show prints:
$ pytest -v -s
test_helloworld.py::TestHello::test_python [TestHello.setUpClass] PASSED
test_helloworld.py::TestHello::test_world PASSED
test_helloworld.py::TestHey::test_world [TestHey.setup_class] PASSED
test_helloworld.py::TestHey::test_python PASSED
test_helloworld.py::TestHi::test_world [greet fixture] PASSED
test_helloworld.py::TestHi::test_python PASSED
Solved
It's easier than I thought :-) 👍