scikit-hep / cabinetry

design and steer profile likelihood fits
https://cabinetry.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
27 stars 21 forks source link

test: add test for builtin dir() #393

Closed alexander-held closed 1 year ago

alexander-held commented 1 year ago

386 added __all__ and dir() for cabinetry, but did not include a test and coverage for that, which is added by this PR.

* test and cover dir(cabinetry)
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.04 :tada:

Comparison is base (ac28726) 99.95% compared to head (c14d40e) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #393 +/- ## =========================================== + Coverage 99.95% 100.00% +0.04% =========================================== Files 23 23 Lines 2046 2046 Branches 324 324 =========================================== + Hits 2045 2046 +1 + Misses 1 0 -1 ``` [see 1 file with indirect coverage changes](https://codecov.io/gh/scikit-hep/cabinetry/pull/393/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-hep) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-hep). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scikit-hep)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.