chocolatey / ChocolateyGUI

A delicious GUI for Chocolatey
https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache License 2.0
1.61k stars 248 forks source link

Update pester tests #1033

Closed corbob closed 6 months ago

corbob commented 6 months ago

Description Of Changes

Update the pester tests to be consistent with the other Chocolatey repositories.

Motivation and Context

Consistency in Pester test location and behaviour.

Testing

These pester tests are not currently part of any Test Kitchen environment. As such, the only tests we have are a manual running of these tests:

  1. Install Chocolatey CLI in Windows Sandbox.
  2. Install chocolateygui and pester packages.
  3. Run Invoke-Pester in the tests/pester-tests directory.

image

Operating Systems Testing

Windows 10 22H2

Change Types Made

Change Checklist

Related Issue

N/A

gep13 commented 6 months ago

@corbob thanks for getting these fixed up!