How to launch tester script for debugging without pytest ?

Answered

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

0
1 comment

You can manually create a Python run configuration for it in Run | Edit Configurations...

0

Please sign in to leave a comment.