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