We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a99d4d commit 277a4aaCopy full SHA for 277a4aa
tests/create.py
@@ -138,13 +138,6 @@ def test_402_CreateProjectWithWrongCopyFromCommand(self):
138
assert not ("successfully created" in output)
139
assert ("To see command's options, use '$ tns help create'" in output)
140
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
148
def test_500_CreateProjectWithNoName(self):
149
output = runAUT(tnsPath + " create")
150
assert ("You need to provide all the required parameters." in output)
0 commit comments