-
As mentioned in #657 and possibly quite a few other places, Pester test case filtering is limited only to tags on top-level describes. I would like to see this to change to allow for running just a si…
-
Hi,
I would like to know if this module of assertions can be used outside of Pester, i.e. in a module of treatment. For use similar to [this](https://en.wikipedia.org/wiki/Assertion_(software_develop…
-
While developing custom assertions in Pester, I ran into an issue after adding more and more custom assertions . After adding the overall 33th asserting, this leads to a 33th dynamic parameter set, th…
-
# Describe "Koan Bug, Issue, or Help Request"
AboutTeeObject
## Context "The Problematic Assertions"
`It 'passes the object on through the pipeline'` and
`It 'can store the object(s) into a …
-
Hey guys,
I'd like to report an issue I ran into when using the package function. Here's my test:
``` powershell
Describe 'Common packages & frameworks' {
Context 'Visual C++ Runtimes' {
…
-
# Issue abstracting expected answer
Hi all! I've made a fork request to turn my PowerShell Intro Training course into PSKoans, in order to automate all the things. At the moment, I'm having dif…
-
# Describe "Koan Bug, Issue, or Help Request"
There are three sections that are auto-completing progress even though the progress is not completed.
Once reaching AboutComparison, Running Measure-Kar…
-
## 1. Provide a general summary of the issue in the Title above
Pester should support special characters (e.g. Umlaut)
## 2. Describe Your Environment
```
Pester version : 4.3.1 3.4.0 C:…
-
I'm using this example to demonstrate the problem. For some reason that I couldn't find these two lines are not equal :
$x1 = Get-ChildItem C:\Test
$x2 = Get-…
arefg updated
5 years ago
-
I installed LLVM 4.0.1 from source, and attempted to build llvmlite (from git). Looks like quite the linker incantation, I hope we can figure this one out.
```
$ python setup.py build
/usr/lib/py…