Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
python-oauth2
addTestPath.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File addTestPath.patch of Package python-oauth2
--- tests/test_oauth.py.orig +++ tests/test_oauth.py @@ -31,6 +31,10 @@ import unittest import httplib2 import mock +import os +this_path = os.path.dirname(os.path.abspath(__file__)) +sys.path.insert(0, this_path + '/../..') + from oauth2._compat import b from oauth2._compat import unquote from oauth2._compat import urlencode
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor