other

[pytest] Only collect tests, don't execute them

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

Only collect tests, don't execute them

Was this helpful?