0

When I used pycharm, there used to be this run option close to my function declarations which I used to run my tests. I opened my pycharm today and this option disappeared. It used to be like in this pycharm tutorial:

run option close to function declaration

Now it is not there anymore:

my pycharm now

I can run the whole test file, but this option was very useful for me to test only one function. I don't know if I changed something, but I can't put it back.

2
  • Looking at the documentation, it seems possible that something happened with your test runner configuration. Did you try updating PyCharm, checking all the relevant test/test runner settings, and all that? Did you update Python or any libraries recently? Commented Oct 20, 2021 at 18:18
  • I didn't update anything. I tried uninstalling pycharm and installing again, cleaning the cache, removing and adding the project. I double checked the test runner settings, restored default configurations, everything I could think of Commented Oct 20, 2021 at 18:53

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.