mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Change sys.path to import the development version in tests!
This commit is contained in:
@@ -4,7 +4,7 @@ import unittest
|
||||
import httplib
|
||||
import traceback
|
||||
|
||||
sys.path.append( os.path.join( os.path.dirname( __file__ ), "..", "..", "src" ) )
|
||||
sys.path = [ os.path.join( os.path.dirname( __file__ ), "..", "..", "src" ) ] + sys.path
|
||||
import github
|
||||
|
||||
class FakeHttpResponse:
|
||||
|
||||
Reference in New Issue
Block a user