Closed dustinfarris closed 10 years ago
why not? we use pytest-xdist with pytest-splinter intensively
On 22 August 2014 05:06, Dustin Farris notifications@github.com wrote:
Is this possible?
— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11.
Anatoly Bubenkov
Hmm. Did you do anything special configuration-wise to make it work? I am using pytest-splinter in conjunction with pytest-django and pytest-bdd.
nothing special, just use browser fixture but, pytest-django is NOT good with pytest-xdist yet, as far as i know see issues on it's github
On 22 August 2014 15:46, Dustin Farris notifications@github.com wrote:
Hmm. Did you do anything special configuration-wise to make it work? I am using pytest-splinter in conjunction with pytest-django and pytest-bdd.
— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11#issuecomment-53061943 .
Anatoly Bubenkov
Senior Software Engineer at Core team
E anatoly.bubenkov@paylogic.nl
M +31(0)6 19999803
T +31(0)88 7000 100
Ah, ok. Are you testing Django projects?
yes we do, but we don't use pytest-django just because our setup is too complicated and it's not just about testing single django project we have test run of multiple django projects (with own settings etc)
On 22 August 2014 16:37, Dustin Farris notifications@github.com wrote:
Ah, ok. Are you testing Django projects?
— Reply to this email directly or view it on GitHub https://github.com/paylogic/pytest-splinter/issues/11#issuecomment-53068036 .
Anatoly Bubenkov
ok, i'll uninstall pytest-django and try rolling my own and see what happens.
Is this possible?