Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-25385 make a pipetask command based on click #266

Merged
merged 8 commits into from
Jul 15, 2020
Merged

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    10c5196 View commit details
    Browse the repository at this point in the history
  2. rename option test

    n8pease committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    46263b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfd844 View commit details
    Browse the repository at this point in the history
  4. improve metavar output

    n8pease committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    cd4b20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66927e0 View commit details
    Browse the repository at this point in the history
  6. add test for butler command line interface log

    tests the lsst.Log portion, which is loaded by butler only if
    another package as setup lsst.Log.
    n8pease committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7dbc5db View commit details
    Browse the repository at this point in the history
  7. test the butler CliLog

    This test also runs in butler, but butler does not depend on
    lsst.log so in CI those parts of CliLog are not tested with daf_butler.
    Since obs_base does depend on lsst.log, running the test here is
    more complete.
    n8pease committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    5c7b4d1 View commit details
    Browse the repository at this point in the history
  8. use LogCliRunner

    n8pease committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    f2a66bc View commit details
    Browse the repository at this point in the history