How to launch tester script for debugging without pytest ?
已回答
Hi I have a function that is called "tester" and I use it to test my models. However whenever I want to debug it in pycharm, pytest automatically starts. Is there a way to launch this code in a normal configuration without pytest?
This happens with all function that have "test" in their name
请先登录再写评论。
You can manually create a Python run configuration for it in Run | Edit Configurations...