I'm a new Pycharm's user, and in my project I created a Django command that needs two parameters. I know that to run it correctly I must add additional options and it works fine.
Now i would like create a test case for it, but i don't know how add additional option in test case.
I should add in Run Configuration or directly in test case? and how?
Thanks in advance
Regards