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

Define public API of datalad_next.tests #619

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Define public API of datalad_next.tests #619

merged 1 commit into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. Define public API of datalad_next.tests

    This pretty much takes the role of `datalad_next.tests.utils`. The new
    setup treats `tests` like any other sub-package and exposes reusable
    tools as a public API at the top-level.
    
    In doing so, `SkipTest` was made obsolete and excluded from that API.
    
    The usage of `rmtree` is altered to import from `datalad_next.utils`.
    
    For the first time, test tooling helpers have their documentation
    rendered too.
    
    datalad#613
    mih committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    902efea View commit details
    Browse the repository at this point in the history