test_project.py: remove invalid tests

The diff and status commands with extra arguments never worked.
Remove the invalid test cases for them. The next patch is going to
fail this sort of invocation with an error instead of silently
ignoring it.

Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Marti Bolivar 2019-08-15 08:16:00 -07:00 committed by Carles Cufí
parent 4d977988b1
commit b9cd8db734
1 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@ def test_diff(west_init_tmpdir):
cmd('diff')
cmd('update Kconfiglib')
cmd('diff --cached') # Pass a custom flag too
def test_status(west_init_tmpdir):
@ -143,7 +142,6 @@ def test_status(west_init_tmpdir):
cmd('status')
cmd('update Kconfiglib')
cmd('status --long') # Pass a custom flag too
def test_forall(west_init_tmpdir):