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