From 28ed48c93f4cc8b6dd23c951363e5bd4e6880992 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 14 Jun 2010 10:16:21 +0200 Subject: Implemented initial version of tree serialization which appears to work according to a simple test ( presort still needs implementation ) submodule: added stub to allow the tree to return something, its not implemented though --- test/git/test_submodule.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/git/test_submodule.py (limited to 'test/git/test_submodule.py') diff --git a/test/git/test_submodule.py b/test/git/test_submodule.py new file mode 100644 index 00000000..5f78b6e8 --- /dev/null +++ b/test/git/test_submodule.py @@ -0,0 +1,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 + -- cgit v1.2.1