Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KitwareMedical/SlicerPythonTestRunner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: KitwareMedical/SlicerPythonTestRunner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 12 files changed
  • 3 contributors

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    5125ccb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e3efc56 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    68e9f42 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    db2f576 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    c1c49da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fc307 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. FIX: Fix module launch on fresh install

    * Fix module not launching on fresh install due to early import of coverage
    Thibault-Pelletier committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    655bd4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    582acb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. ENH: Improve compatibility with IDE usage

    - Move imports to type checking and other imports to function
      implementation.
    Thibault-Pelletier committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    8187fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5e2f0d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. ENH: Hide warnings from pip when running it as "root"

    Pip warns when installing package as the "root" user, this is generally the
    case when running inside a container or a CI runner.
    AlexyPellegrini committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ee8d3c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from AlexyPellegrini/pip-as-root-warning

    ENH: Hide warnings from pip when running it as "root"
    Thibault-Pelletier authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    01f4d3d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. ENH: Add pytest-xdist install to the default install

    Add pytest-xdist install to the dependencies to allowing
    to run the tests in parallel using the "-n j" syntax.
    Thibault-Pelletier committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    20f40b8 View commit details
    Browse the repository at this point in the history
Loading