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: tmux-python/libtmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libtmux-control-mode-2025-10x-chatgpt
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 25, 2025

  1. docs(CLAUDE): Document testing architecture - we never mock tmux

    - Added comprehensive testing architecture documentation
    - Emphasized that all tests use real tmux processes (never mocked)
    - Documented unique server isolation via socket name generation
    - Explained pytest fixtures hierarchy and test utilities
    - Added command execution architecture details
    - Included testing patterns, doctest integration, and CI matrix
    - Clear guidelines for writing new tests with real tmux
    tony committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    7960ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94020cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd8a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    866f11a View commit details
    Browse the repository at this point in the history
Loading