python - PyCharm does not support nose-testconfig and I need an alternative -


i have of test cases programmed using nose-testconfig, i'm trying configure pycharm in order have better ide improve productivity after investigating lot ask jetbrains discovered pycharm not support nose-testconfig plugin ini file cannot loaded before starting test, test cannot executed pycharm (i tried external tool configuration neither execute them, apparently same problem config file --tc-file=/home/inifiles/884_firefox.ini")

is there way use nose-testconfig pycharm? have testing tool in pycharm, important me debugging functionality. have huge bunch of legacy test cases need able use in pycharm.

pycharm support nose-testconfig. has configured in run->edit configurations->defaults->python tests->nosetests, check params check box , set required info there "--tc-file=deafault.ini "


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -