rename test to match sample config file name
This commit is contained in:
parent
dc193e7b4a
commit
89880c644f
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class ProjectTestCase(TestCase):
|
||||||
entity=entity,
|
entity=entity,
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_git_submodule_without_option_submodule_disabled(self):
|
def test_git_submodule_without_option(self):
|
||||||
tempdir = tempfile.mkdtemp()
|
tempdir = tempfile.mkdtemp()
|
||||||
shutil.copytree('tests/samples/projects/git-with-submodule', os.path.join(tempdir, 'git'))
|
shutil.copytree('tests/samples/projects/git-with-submodule', os.path.join(tempdir, 'git'))
|
||||||
shutil.move(os.path.join(tempdir, 'git', 'dot_git'), os.path.join(tempdir, 'git', '.git'))
|
shutil.move(os.path.join(tempdir, 'git', 'dot_git'), os.path.join(tempdir, 'git', '.git'))
|
||||||
|
|
Loading…
Reference in a new issue