Search code snippets, questions, articles...

[pytest] Turn off the stack trace

# pytest - turn off the stack trace
​$ ​​cd​​ ​​/path/to/code/ch1​
​$ ​​pytest​​ ​​--tb=no​

Turn off the stack trace

Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet