# pytest - only collect tests, don't execute them ​$ ​​cd​​ ​​/path/to/code/ch1​ ​$ ​​pytest​​ ​​--collect-only​
Only collect tests, don't execute them
0 Comments