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

Fix Travis test failures #221

Closed
wants to merge 6 commits into from

Conversation

jhenstridge
Copy link

The test suite currently fails when run by Travis, likely due to changes in gst-switch's dependencies. This branch corrects that.

It fixes broken assert_called_once() calls in the python-api test suite, and updates the CI build instructions to run directly on Travis's Trusty VM image rather than using a Trusty chroot on top of the Precise image.

This helper method doesn't exist, so just looks like a method call
rather than checking an expectation.  The tests started failing when
python-mock introduced code to check for this particular mistake, likely
in response to this blog post:

http://engineeringblog.yelp.com/2015/02/assert_called_once-threat-or-menace.html
configuration files (it seems some have been edited for Travis's trusty
image).
@mithro mithro closed this Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants