Nam G VU
Nam G VU

Reputation: 35374

How to save a test run config as default in Pycharm?

Currently for any test run, I have to keep adding the options --keepdb -v2 to the testrun configuration as below snapshot

enter image description here

How to save this as default for next test run?

p.s.

The google search leads to limitted helpful post here.

Search on our stackoverflow site results 0 result; related suggestion leads us to this closer post.

Upvotes: 1

Views: 398

Answers (1)

user2235698
user2235698

Reputation: 7579

Please try to update the template under Templates directory (under the last Test:... configuration on your screenshot)

Upvotes: 2

Related Questions