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: pester/Pester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0-alpha1
Choose a base ref
...
head repository: pester/Pester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0-alpha2
Choose a head ref
  • 16 commits
  • 84 files changed
  • 3 contributors

Commits on Jun 12, 2024

  1. Remove Assert-MockCalled and Assert-VerifiableMock (#2489)

    * Remove Assert-MockCalled and Assert-VerifiableMock
    
    Been deprecated since v5
    
    * Update tests
    
    * Temporarily exclude Assert in Help Description tests
    
    * Update offline mocking docs
    fflaten authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e925c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    4bc6b64 View commit details
    Browse the repository at this point in the history
  2. Use functions instead of aliases and patch warning (#2499)

    * Use functions instead of aliases and patch warning
    
    * Skip description check on Should-*
    
    * Somehow the sleep sleeps for 0.5 ms, cannot repro
    nohwnd authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c8bc967 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add option to disable v5 syntax (#2500)

    * Add option to disable v5 syntax
    
    * Remove extra output
    
    * Update src/functions/assertions/Should.ps1
    
    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    
    * Check message, so we don't write error to pipeline
    
    * Check message, so we don't write error to pipeline
    
    * Don't format my error
    
    ---------
    
    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c60fd55 View commit details
    Browse the repository at this point in the history
  2. Fix console warnings in Should-BeEquivalent.Tests.ps1 (#2488)

    * Provide default equivalency options in tests
    
    * Replace New-Object calls
    
    To fix PSSA warnings in VSCode
    
    * Throw on missing Options-parameter in Compare-Equivalent
    
    * Fix typo in condition in Compare-Equivalent
    
    * Only check if parameter is missing regardless of null
    
    Nested Compare-* calls got $null
    fflaten authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f6ce6dd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    9b11cad View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Improve descriptions for PesterConfiguration sections (#2505)

    * Remove false explicit excludeline debug log
    
    * Improve descriptions for PesterConfiguration sections
    fflaten authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ec55e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baccd01 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    eda49f2 View commit details
    Browse the repository at this point in the history
  2. Update cert-notice readme (#2504)

    * updated readme to include cert notice
    
    * fix formatting on table
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Jakub Jareš <me@jakubjares.com>
    WithHolm and nohwnd authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b81b7cb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    nohwnd authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b7a0cc2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    nohwnd authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f1ccddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a379570 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge automatic help update

    nohwnd committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    397724d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Bump branding to 6.0.0-alpha2

    nohwnd committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8715c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a1a41 View commit details
    Browse the repository at this point in the history
Loading