py.test runner is much slower in the GUI

已回答

I constantly see that py.test runner is much slower in the GUI compared to running it from the command line.

For example, currently I'm running a really simple test (a single test case) which takes more than 3 sec. while running from the GUI.

Running the same command line (_jb_pytest_runner.py) from the shell gives 0.6 sec.

What may cause such a difference and how it may be fixed?

Thanks

0

请先登录再写评论。