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

migrate tests from mox to mock #31

Open
lelutin opened this issue Mar 13, 2017 · 0 comments
Open

migrate tests from mox to mock #31

lelutin opened this issue Mar 13, 2017 · 0 comments
Labels

Comments

@lelutin
Copy link
Owner

lelutin commented Mar 13, 2017

mox has been left for dead by google in 2012. also the release that's available on pypi is buggy. the bug that scout's tests are encountering is fixed in the debian package with a patch on top of the released code.

This is a pretty bad state of affairs.. tests should be migrated away from mox to use the now standard mock library:

https://pypi.python.org/pypi/mock

@lelutin lelutin added the Defect label Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant