-
I am not sure how the test is connecting, but we do not have the latency output by the test.
`Executing script C:\GitHub\dbachecks\checks\latency.Tests.ps1
Describing Testing network latency
…
-
Steps to reproduce
------------------
1) Create new file catalog for one of the modules in your system (using New-FileCatlog)
2) Run Test-FileCatlog on the catalog created in step 1.
```powershel…
-
After of series of improvements for compatibility with PSCore I stack.
On Windows 10, PowerShell v6.0.0-beta.6 I've failed test
```
Describing ConvertTo-FailureLines
[+] produces correct…
-
The quote from incoming Pester v. 4.0.7 RTM
> New assertion syntax with assertions as parameters to Should, that allows richer assertion vocabulary. Instead of Should Not Be 10 you should write Sho…
-
# Question
What is the suggested way to display additional error information about a test failure if available?
Think of a check for every element in a list. When there is an error, how do you kno…
-
I have a few custom assertion operators which I'd like to use in multiple test suites, but Pester only allows an assertion to be defined once.
### Assertions.ps1
```powershell
function IsAwesome(…
-
Some tests fail when Set-StrictMode fail when Set-StrictMode is set to Latest.
```
Pester version : 4.0.6 \Pester\Pester.psm1 - the branch Dev4-1_PSCore_compatibility
PowerShell version : 5.1…
-
There is an issue with which pester versions is loaded by the task, it appears to be related to the x32/x64 reload logic, but also highlighed by the changes between Pester 3.4.0 and 4.8.0.
As part …
-
Hi team,
Are there any plans on Linux compatibility that could work with https://github.com/PowerShell/PowerShell ?
There is a hacky `psl-pester` fork https://github.com/PowerShell/psl-pester#note…
-
Asserting on the expected message in the exception is nice:
``` Powershell
{ throw 'foo' } | Should Throw 'foo'
```
But what if I wanted to examine additional properties of the exception, or even th…