-
# Describe "Koan Bug, Issue, or Help Request"
minor typo...
AboutCmdletVerbs.Koans.ps1
Line 25: `$FilePath = "$env:TMP/YOUR_PATH.txt"`
This works to find the path all the way until the last …
-
Thank you for the great add-on to `Pester`. I would like to use your module but for some reason or another it's saying that the following arrays are not equal:
```
Import-Module PesterMatchArray
…
-
## 1. General summary of the issue
In writing tests to ensure the accurate fixing of the issue resolved by [this PR](https://github.com/PowerShell/PowerShell/pull/8407), I discovered that `Should` …
-
## 1. General summary of the issue
Mock scope appears to be not intuitive.
If you define a Mock in an It, and think that when the It is gone that the Mock is gone, it does not appear to be so. …
-
The _first_ assertion to fail will fail the whole test. This leaves you with partial infomation, about why your test failed. Have a test containing these assertions:
```powerhshell
$actual = Get-Web…
-
## Summary of the feature request
When testing on multiple platforms working with strings (and also paths) is a hassle. You will get most differences in line endings or other whitespace whi…
-
## 1. General summary of the issue
Easiest shown by demonstration:
```powershell
$a = @{ One = 1; Two = 2 }
$b = $a.Keys
$b | Should -Be $a.Keys
```
Note that `$a.Keys` is of type `[Syste…
-
## General summary of the issue
This test case should pass, but it fails:
It "strict-mode errors are only exceptions with EAP Stop" {
{
Set-StrictMode -Ve…
-
Bugs like #51 could be prevented by having tests that run against an actual Kubernetes cluster. This would catch wrong assumptions like return types of certain endpoints.
It's a fair amount of work…
-
SSR is currently untested. This is a potentially breaking problem as the deployment can silently fail until someone views the staging build. Testing the SSR may be fairly tricky because it utilizes `s…