other

[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?