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.7.15
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.7.19
Choose a head ref
  • 4 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 26, 2025

  1. chore(deps): update tunit to 0.7.15 (#1684)

    Co-authored-by: Renovate Bot <[email protected]>
    thomhurst and renovate-bot authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    154137f View commit details
    Browse the repository at this point in the history
  2. Enumerable satisfy (#1686)

    * Added AllSatisfy to enable Satisfy Assertions on Enumerables
    
    * Specify non-null on all-satisfy test
    
    * Fix typo in AllSatisfy assertion message
    
    * Fix nullability warning in AllSatisfy when adding the Result mapping
    
    * Fix Codacy warning about missing curly braces
    
    ---------
    
    Co-authored-by: Genmutant <[email protected]>
    Genmutant and Genmutant authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    30ff8d7 View commit details
    Browse the repository at this point in the history
  3. Better support for params args (#1685)

    * Better support for params args
    
    * Tweak assertion
    
    * Fix index
    
    * Update snapshot
    thomhurst authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    a346c54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4d3532 View commit details
    Browse the repository at this point in the history
Loading