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.60.1
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.60.15
Choose a head ref
  • 14 commits
  • 149 files changed
  • 4 contributors

Commits on Sep 19, 2025

  1. chore(deps): update tunit to 0.60.1 (#3135)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    2223a14 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Update README.md (#3136)

    Co-authored-by: thomhurst <[email protected]>
    github-actions[bot] and thomhurst authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    bea5cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67170f5 View commit details
    Browse the repository at this point in the history
  3. Perf Tweaks (#3140)

    * Optimize argument formatting and caching mechanisms for improved performance
    
    * Refactor test data collection to remove filter types and simplify data collector initialization
    thomhurst authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    20f1c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc85534 View commit details
    Browse the repository at this point in the history
  5. Fix GitHub reporter test state handling by including ErrorTestNodeSta…

    …teProperty in status checks (#3142)
    thomhurst authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    c62afbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c20aba View commit details
    Browse the repository at this point in the history
  7. Refine event tracking in FirstEventReceiversRegressionTest to avoid c…

    …ross-test contamination
    thomhurst committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    b6eb813 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3628319 View commit details
    Browse the repository at this point in the history
  9. Replace Dictionary with ConcurrentDictionary for thread-safe data sto…

    …rage in test base classes
    thomhurst committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    7cc8fe9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3213ce View commit details
    Browse the repository at this point in the history
  11. Fix decimal parsing and allow string representation (#3145)

    * Fix decimal parsing and allow string representation
    
    * Refactor argument types in test data to ensure proper type handling
    thomhurst authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    101cf51 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8803f4a View commit details
    Browse the repository at this point in the history
  13. Refactor TupleArgumentHelper to handle single params as arrays and en…

    …hance ParamsArgumentsTests with additional test cases for params arrays (#3146)
    thomhurst authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    af44341 View commit details
    Browse the repository at this point in the history
Loading