Sometimes I want to just insert some print statements in my code, and see what gets printed out when I exercise it. My usual way to \"exercise\" it is with existing pytest t
Try pytest -s -v test_login.py for more info in console.
pytest -s -v test_login.py
-v it's a short --verbose
-v
--verbose
-s means 'disable all capturing'
-s