RE: [PATCH v2 7/7] test: env: add test for env info sub-command

2020-02-11 Thread Patrick DELAUNAY
Hi Stephen > From: Stephen Warren > Sent: lundi 10 février 2020 21:25 > > On 2/10/20 10:01 AM, Patrick Delaunay wrote: > > Add a pytest for testing the env info sub-command: > > > > test_env_info: test command with several option > > > > test_env_info_test: test the result of the sub-commandi wi

Re: [PATCH v2 7/7] test: env: add test for env info sub-command

2020-02-10 Thread Stephen Warren
On 2/10/20 10:01 AM, Patrick Delaunay wrote: Add a pytest for testing the env info sub-command: test_env_info: test command with several option test_env_info_test: test the result of the sub-commandi with quiet option, Nit: Remove "i" from the end of "sub-commandi". diff --git a/test/py/tes

[PATCH v2 7/7] test: env: add test for env info sub-command

2020-02-10 Thread Patrick Delaunay
Add a pytest for testing the env info sub-command: test_env_info: test command with several option test_env_info_test: test the result of the sub-commandi with quiet option, '-q' as used for support in shell test; for example: if env info -p -d -q; then env save; fi Signed-off-by: Patrick Dela