summaryrefslogtreecommitdiff
path: root/test/git/test_submodule.py
blob: 5f78b6e89698c81794571562bfdb9ed03a60ad44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php

from test.testlib import *
from git import *

class TestSubmodule(TestBase):

	def test_base(self):
		# TODO
		pass