Skip to content

Commit 277a4aa

Browse files
Vasil ChimevVasil Chimev
authored andcommitted
Delete duplicated test.
1 parent 6a99d4d commit 277a4aa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/create.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ def test_402_CreateProjectWithWrongCopyFromCommand(self):
138138
assert not ("successfully created" in output)
139139
assert ("To see command's options, use '$ tns help create'" in output)
140140

141-
def test_403_CreateProjectWithWrongCopyFromCommand(self):
142-
# Create initial template project
143-
CreateProject(projName="template")
144-
145-
output = runAUT(tnsPath + " create TNS_App --copyFRom template")
146-
assert ("The option 'copyFRom' is not supported." in output)
147-
148141
def test_500_CreateProjectWithNoName(self):
149142
output = runAUT(tnsPath + " create")
150143
assert ("You need to provide all the required parameters." in output)

0 commit comments

Comments
 (0)