Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long initialization time #27

Closed
santagada opened this issue May 15, 2015 · 3 comments
Closed

Long initialization time #27

santagada opened this issue May 15, 2015 · 3 comments

Comments

@santagada
Copy link

For even one simple test pytest-splinter takes up to 40 seconds. I don't remember this being the case, it only took something like 10 seconds to start the driver before. Is anyone else seeing this?

@bubenkoff
Copy link
Member

can you please make 2 tests with or without pytest-splinter to compare the times?

@santagada
Copy link
Author

I saw that it was actually happening because I have pytest-bdd installed, even if not using it apparently. I will reopen it on pytest-bdd when I have the time.

@bubenkoff
Copy link
Member

pytest-bdd parses all the feature files on import time, once
if you have them a lot then it's logical
but im sure there's a room for optimisation

On 19 May 2015 at 04:33, Leonardo Santagada notifications@github.com
wrote:

I saw that it was actually happening because I have pytest-bdd installed,
even if not using it apparently. I will reopen it on pytest-bdd when I have
the time.


Reply to this email directly or view it on GitHub
#27 (comment)
.

Anatoly Bubenkov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants