diff --git a/test/__init__.py b/test/__init__.py index 4cd7cc5..16b0d09 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -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