-
**What is wrong with the docs?**
According to a user in `#hackage:matrix.org`, nowhere is it documented that Hackage requires packages to have a changelog file, nor what this involves.
**Additiona…
-
# General summary of the issue
Error message comparison fails.
## Describe your environment
```
Pester version : 5.1.0-beta1 C:\Users\Chris\Documents\PowerShell\Modules\Pester\5.1.0\Pest…
-
@tboggiano asked me to have a look at the code to find problems causing too many open connections.
First of all: As you extensively use `.ForEach` and `.Where`, it is very hard to know what `$psite…
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the la…
-
By "enumerating types" I mean any type for which `[LanguagePrimitive]::GetEnumerator()` exists or [`IsUnrolledByPipeline`](https://gist.github.com/alx9r/fb497acbf7f6f80ff455ea4cf9b1f7b8) is true.
C…
alx9r updated
6 years ago
-
Now that it was mentioned on twitter, I like the idea of calling the assertion for errors/exceptions `Assert-Error` instead of `Assert-Throw`. It seems more discoverable.
On the other hand, `Assert…
-
## 1. General summary of the issue
PowerShell supports custom object types via the `PSTypeNames` parameter on `PSObject` instances. Pester has a `-BeOfType` parameter on the `Should` command to all…
-
## Summary of the feature request
As a contributor or maintainer of a project I'd like to be able to help other contributors to correctly mock functions by failing a test if a mock does not exist. Th…
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the la…
-
Hi all!
Repositories are filling up with more and more objects at the root. CI/CD config files, Tests folders, and more.
Would it be worth nesting Diagnostics under an existing norm, perhaps \Reposi…