Page MenuHomeSoftware Heritage

test_cli: Fix test_run_help and test_list_help
ClosedPublic

Authored by anlambert on Mar 8 2021, 12:50 PM.

Details

Summary

Due to an incomplete command passed to the HelpFormatter.format method,
the text alignment in the usage_prefix variable was not the same as the
command output generated by click.

Those tests started to fail since the recent growth of available loaders
as click wraps help lines to 80 columns.

Diff Detail

Repository
rDLDBASE Generic VCS/Package Loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D5214 (id=18682)

Rebasing onto d14fbd2a9f...

Current branch diff-target is up to date.
Changes applied before test
commit 132522e42ec96b4946671bfabc28378fac72ee6a
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Mon Mar 8 12:48:29 2021 +0100

    test_cli: Fix test_run_help and test_list_help
    
    Due to an incomplete command passed to the HelpFormatter.format method,
    the text alignment in the usage_prefix variable was not the same as the
    command output generated by click.
    
    Those tests started to fail since the recent growth of available loaders
    as click wraps help lines to 80 columns.

See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/401/ for more details.

This revision is now accepted and ready to land.Mar 8 2021, 1:33 PM