August 2018
Beginner
160 pages
4h 8m
English
While running your tests locally, you might want to disable output capturing to see what messages are being printed in real-time, or whether the capturing is interfering with other capturing your code might be doing.
In those cases, just pass -s to pytest to completely disable capturing:
λ pytest tests\test_digest.py -s======================== test session starts ========================...tests\test_digest.py content size 290cf857938e0b4a1b3fdd41d424ae97d0caeab166.===================== 1 passed in 0.02 seconds ======================
Read now
Unlock full access