def test_fetch_package_version(): result = fetch_package_version('raven') assert result is not None assert isinstance(result, six.string_types)