Update testing-guidelines.md

This commit is contained in:
Aleksandar Nikolić 2016-08-05 17:14:51 +02:00 committed by GitHub
parent 0325665033
commit 8fc68cab0d

View File

@ -101,7 +101,7 @@ If these tests find regressions, you'll be notified that your PR is not ready, a
We have taken a functional approach to the layout of our Pester tests.
You should place new tests in their appropriate location.
If you are making a fix to a cmdlet in a module, the test belongs in the module directory.
If you are unsure; you can make it part of your PR, or create an issue.
If you are unsure, you can make it part of your PR, or create an issue.
The current layout of tests is:
* test/powershell/engine
* test/powershell/engine/Api