Hi all,
I’m just starting to learn Pester and I’m curious how to keep my test scripts separate from my Private/Public functions. I have a Private, Public, Test folder to keep everything in its own directory. Running New-Fixture creates the script file and script.test file in the same directory. I’m wondering how others keep their test directory separate from the function directories. Primarily how to are you setting the pathing in your *.test.ps1 files.
\--- Module
\--- Private
\--- Public
\--- Do-Something.ps1
\--- Test
\--- Do.Something.test.ps1
\--- Module.psd1
\--- Module.psm1
</pre?