23
23
from bzrlib.msgeditor import make_commit_message_template
24
24
from bzrlib.tests import TestCaseInTempDir
39
27
class MsgEditorTest(TestCaseInTempDir):
41
38
def test_commit_template(self):
42
39
"""Test building a commit message template"""
43
40
working_tree = make_uncommitted_tree()