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: thomhurst/TUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.79.0
Choose a base ref
...
head repository: thomhurst/TUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.80.0
Choose a head ref
  • 5 commits
  • 139 files changed
  • 2 contributors

Commits on Oct 28, 2025

  1. chore(deps): update tunit to 0.79.0 (#3564)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    4e5dd87 View commit details
    Browse the repository at this point in the history
  2. feat: refactor attribute handling to use a dictionary for better orga…

    …nization and access (#3563)
    
    * feat: refactor attribute handling to use a dictionary for better organization and access
    
    * feat: enhance AttributeDictionaryHelper with empty dictionary and updated attribute handling
    
    * feat: optimize attribute handling in TestDetails with lazy loading and improve dictionary usage in AttributeDictionaryHelper
    thomhurst authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    06a694c View commit details
    Browse the repository at this point in the history
  3. fix: handle exceptions in ToString() for better argument formatting a…

    …nd update tests accordingly (#3566)
    thomhurst authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ad2a14b View commit details
    Browse the repository at this point in the history
  4. Update banner

    thomhurst authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    159eb4a View commit details
    Browse the repository at this point in the history
  5. +semver:minor - Refactor test source generation to use deterministic …

    …filenames (#3565)
    
    * Refactor test source generation to use deterministic filenames
    
    * Refactor filename generation to remove hashing and improve determinism for test classes and methods
    
    * Enhance inheritance depth calculation and improve filename sanitization by replacing additional special characters
    thomhurst authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    e8056d1 View commit details
    Browse the repository at this point in the history
Loading