Pester 5.0.0 installed and the module is loading correctly, but no koan errors ever get caught #391
Labels
Category-Module
Pertaining to the module's functionality itself.
Issue-Enhancement 🎉
Make it better!
Describe "Module Bug or Issue"
I followed the official Pester instructions to upgrade Windows 10's preinstalled copy of Pester 3.4.0 to the latest version 5.0.0. Then I installed PSKoans via
Install-Module Pester -Scope CurrentUser
. However, when I runShow-Karma
, the PSKoans module seems to think all koans have been completed (examining for exampleAboutAssertions.Koans.ps1
shows this clearly to be false). Any run ofShow-Karma
results in the following output:Obviously that score of
0/678
shows that nothing has been completed, but Pester doesn't seem to catch any of the errors, either.Context "The Problem"
I'm just trying to take a look at PSKoans because it seems like an interesting set of exercises, but somehow Pester is not catching the errors.
Context "Expected Behavior"
I expected to see
You have not yet reached enlightenment
and various error output to investigate.Context "Additional Information"
The text was updated successfully, but these errors were encountered: