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

TST, MAINT: Replace most setup with setup_method (also teardown) #22489

Merged
merged 6 commits into from Oct 28, 2022

Commits on Oct 27, 2022

  1. DOC: Update TESTS.rst to use the correct names

    Not actually sure that setup_module() is what was wanted here, but
    it works?
    Mention a bit more about actual pytest fixtures.
    seberg authored and charris committed Oct 27, 2022
    Copy the full SHA
    8a6c9e1 View commit details
    Browse the repository at this point in the history
  2. TST,MAINT: Replace most setup with setup_method (also teardown)

    In some cases, the replacement is clearly not what is intended,
    in those (where setup was called explicitly), I mostly renamed
    `setup` to `_setup`.
    The `test_ccompile_opt` is a bit confusing, so left it right now
    (this will probably fail)
    seberg authored and charris committed Oct 27, 2022
    Copy the full SHA
    a0e877e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    65e0de9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0111680 View commit details
    Browse the repository at this point in the history
  5. STY: Make linter happy

    Not new things, but in touched lines...
    seberg authored and charris committed Oct 27, 2022
    Copy the full SHA
    878f97a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Copy the full SHA
    9b31daf View commit details
    Browse the repository at this point in the history