tests: add remote to the test suite
This commit is contained in:
parent
0823621bb4
commit
d8026493cf
@ -35,8 +35,10 @@ import sys
|
|||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
names = ['blob', 'commit', 'config', 'index', 'refs', 'repository', 'revwalk',
|
names = ['blob', 'commit', 'config', 'diff', 'index', 'refs', 'remote',
|
||||||
'tag', 'tree', 'signature', 'status', 'treebuilder', 'diff']
|
'repository', 'revwalk', 'signature', 'status', 'tag', 'tree',
|
||||||
|
'treebuilder']
|
||||||
|
|
||||||
def test_suite():
|
def test_suite():
|
||||||
# Sometimes importing pygit2 fails, we try this first to get an
|
# Sometimes importing pygit2 fails, we try this first to get an
|
||||||
# informative traceback
|
# informative traceback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user