blob: 6d6b389b274419ed0dd7c985366eb7f191d0932b [file] [log] [blame] [view]
# ffx help-json tests
These tests exercise getting the json encoded help from ffx.
This is done by running a collection of command lines of the form
`ffx --machine json [command] --help` and then check that the json returned
has the expected command structure.
There are golden tests that detect changes in the content, by contrast, these tests
are making sure the processing of the command line works properly.