Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Assert assertions to Pester #2428

Merged
merged 63 commits into from
May 21, 2024
Merged

Add Assert assertions to Pester #2428

merged 63 commits into from
May 21, 2024

Commits on Apr 1, 2024

  1. Copy paste assert

    nohwnd committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    567549c View commit details
    Browse the repository at this point in the history
  2. Before adding format nicely2

    nohwnd committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    28761e6 View commit details
    Browse the repository at this point in the history
  3. Few more tests

    nohwnd committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    079d374 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 6, 2024

  1. Fix $error

    nohwnd committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    911a465 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    nohwnd committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    0bf4752 View commit details
    Browse the repository at this point in the history
  3. Fix collecting from pipeline

    nohwnd committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b54b003 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    6575ca4 View commit details
    Browse the repository at this point in the history
  2. wip

    nohwnd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    50182d9 View commit details
    Browse the repository at this point in the history
  3. Fix input collecting

    nohwnd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    333417c View commit details
    Browse the repository at this point in the history
  4. Remove Compatibility.ps1

    nohwnd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0230d8c View commit details
    Browse the repository at this point in the history
  5. Add Should-* aliases

    nohwnd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3d1d896 View commit details
    Browse the repository at this point in the history
  6. Rename internal Should-* functions to Should-*Assertion to avoid conf…

    …lict with nnew aliases
    nohwnd committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b0ffc38 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fix raw get-variable

    nohwnd committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d60f535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1815b55 View commit details
    Browse the repository at this point in the history
  3. No SDK pre-release

    nohwnd committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    36f36c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fixes

    nohwnd committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9829ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9143030 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Build on dev/*

    nohwnd committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6e79b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a4446 View commit details
    Browse the repository at this point in the history
  3. formatting almost fixed

    nohwnd committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0560d77 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Change formats, fix all tests

    nohwnd committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5b1ebd4 View commit details
    Browse the repository at this point in the history
  2. Update azure-pipelines.yml

    nohwnd committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5b54c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c3a12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e886d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Faster, slower, before, after

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9e43582 View commit details
    Browse the repository at this point in the history
  2. before, after, faster, slower

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0e5c073 View commit details
    Browse the repository at this point in the history
  3. Strict mode

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1565699 View commit details
    Browse the repository at this point in the history
  4. Fix running tests

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d80c7ef View commit details
    Browse the repository at this point in the history
  5. all and any

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    caaffae View commit details
    Browse the repository at this point in the history
  6. all and any

    nohwnd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cc03bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc7fcf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Rename assertion files

    nohwnd committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    28ae51f View commit details
    Browse the repository at this point in the history
  2. rename some files

    nohwnd committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c70bdd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    6dd68d6 View commit details
    Browse the repository at this point in the history
  2. Rename assertions and tests, and use assertion functions so we are su…

    …re they are exported
    nohwnd committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    432e02d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Fix tests

    nohwnd committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b5f8da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f262f3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fix messages

    nohwnd committed May 3, 2024
    Configuration menu
    Copy the full SHA
    13307ca View commit details
    Browse the repository at this point in the history
  2. Fix more messages

    nohwnd committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ab36078 View commit details
    Browse the repository at this point in the history
  3. Little bit of help

    nohwnd committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a1f283c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Add help

    nohwnd committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8509a5c View commit details
    Browse the repository at this point in the history
  2. info

    nohwnd committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4c8bae2 View commit details
    Browse the repository at this point in the history
  3. unroll

    nohwnd committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a6affe3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add Help

    nohwnd committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3c74309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f46ac View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    81ac71d View commit details
    Browse the repository at this point in the history
  2. assert

    nohwnd committed May 18, 2024
    Configuration menu
    Copy the full SHA
    90a887d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update src/functions/assert/General/Should-NotHaveType.ps1

    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7a971c5 View commit details
    Browse the repository at this point in the history
  2. Update src/functions/assert/General/Should-HaveType.ps1

    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a18e746 View commit details
    Browse the repository at this point in the history
  3. Update src/functions/assert/Equivalence/Should-BeEquivalent.ps1

    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1b3f0b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29f5cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7931820 View commit details
    Browse the repository at this point in the history
  6. Revert launch.json

    nohwnd committed May 20, 2024
    Configuration menu
    Copy the full SHA
    03e28d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf19cb3 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f1a3810 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40595dc View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
    nohwnd and fflaten committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4e67f2f View commit details
    Browse the repository at this point in the history
  11. Fixes

    nohwnd committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0e17209 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    548e373 View commit details
    Browse the repository at this point in the history
  13. Get-equivalencyoption help

    nohwnd committed May 20, 2024
    Configuration menu
    Copy the full SHA
    162fab7 View commit details
    Browse the repository at this point in the history
  14. Get-equivalencyoption help

    nohwnd committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6fa12ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7886fb View commit details
    Browse the repository at this point in the history