Skip to content
New issue

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

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

Already on GitHub? # to your account

Ludibrio hangs test execution #11

Open
riklaunim opened this issue Nov 5, 2012 · 0 comments
Open

Ludibrio hangs test execution #11

riklaunim opened this issue Nov 5, 2012 · 0 comments

Comments

@riklaunim
Copy link

I have a Django project with some tests, including Geocoder mock that starts like this:

with Stub(proxy=Geocoder) as Geocoder:
from pygeocoder import Geocoder

The from import will cause the text execution to hang (100% CPU usage, kill needed) when I add 'djcelery' to installed apps. (and maybe other applications). Without it the tests work normally.

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

No branches or pull requests

1 participant