lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Add Unit Tests to private functions #28

Open lipkau opened 7 years ago

lipkau commented 7 years ago

The following private functions need Unit Tests:

seanjseymour commented 7 years ago

I added specific tests to PsIni.Tests for the private comment/uncomment functions.