vexx32 / PSKoans

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
GNU General Public License v3.0
1.72k stars 174 forks source link

Tracking: Tests for Measure-Koan #400

Open vexx32 opened 4 years ago

vexx32 commented 4 years ago

Describe "Module Bug or Issue"

The tests for Measure-Koan had to be disabled in #398 as the new Pester discovery-based method of counting koans cannot be run safely inside a Pester test.

The functionality has been manually verified to work quite well, but we're unable to automate testing for it until a less state-dependent method of utilizing Pester's discovery logic becomes apparent.

Context "Additional Information"

See https://github.com/pester/Pester/issues/1609

vexx32 commented 3 years ago

pester/Pester#1609 has been completed and is slated for Pester v5.2 release. 🎉