Re: [PATCH] pwclient: Add check-get subcommand

2020-09-26 Thread Stephen Finucane
On Thu, 2020-09-10 at 17:11 -0700, Olof Johansson wrote: > Provide a subcommand to query the checks ran against a specific patch_id. > > Also allows formatting of the output, to make it easier to query whether > a specific patch has seen any tests (and what their status is). > > Signed-off-by:

[PATCH] pwclient: Add check-get subcommand

2020-09-10 Thread Olof Johansson
Provide a subcommand to query the checks ran against a specific patch_id. Also allows formatting of the output, to make it easier to query whether a specific patch has seen any tests (and what their status is). Signed-off-by: Olof Johansson --- pwclient/checks.py | 29