Closed lipkau closed 9 years ago
By default, Pester expects the unit-test scripts to be located in the same directory as the thing (e.g. command) being tested. I adjusted the two, unit-test files to accommodate the separate directories; they are passing.
The integration test for the PsIni module, however, is failing:
OrderedDictionary
instead of a Hashtable
I can tag as 1.1.1 and create a pull request, if you want.
That would be great. Thanks.
I am disappointed with that pester behavior.
Almost all repos I use (that are not PS) have the unit tests in .\tests\
There still is an issue with Get-IniContent
--it reverses the order of the keys and sections.
I believe this can be closed with v 1.1.1 ( #15 )
Hi Craig, could you adjust the unit tests? I just reused the ones you submitted with #12 but I believe the changes from #7 invalidated them.