tests: add remote to the test suite

This commit is contained in:
J. David Ibáñez 2013-02-17 17:29:38 +01:00 committed by Nico von Geyso
parent 0823621bb4
commit 826409b3db

@ -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