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: apathetic-tools/python-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: apathetic-tools/python-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 3 commits
  • 27 files changed
  • 2 contributors

Commits on Nov 28, 2025

  1. refactor(tests): simplify test utilities and remove unused modules

    - Remove unused test utility modules (build_tools, ci, level_validation, mock_superclass, package_detection, patch_everywhere, runtime_detection, runtime_swap, strip_common_prefix, subprocess_output, version_info_mock)
    - Consolidate tests/utils to only export constants
    - Update tests to work with simplified utilities
    - Enhance modules.py with improved package root detection
    InertSloth committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    b7dc2a9 View commit details
    Browse the repository at this point in the history
  2. fix(tests): fix logging registration in stitched builds

    - Move apathetic_logging import after runtime_swap() in conftest.py
    - Use stitched version of apathetic_logging when available in sys.modules
    - Change all tests to use 'import apathetic_logging as mod_logging' format
    - Add debug traces to show which logging module is being used
    - Update poetry.lock to pin apathetic-logging to 0.3.2
    InertSloth committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    4048bfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f6cf6 View commit details
    Browse the repository at this point in the history
Loading