Skip to content

Project Tests

Andrew Davidson edited this page Jan 24, 2021 · 9 revisions

Project Tests

Test Tag Description
All Project Run all test (this is the default option)
Checking fixed folder structure n/a Checking that the fixed folders Source and Tests\Unit exist

For each module

Test Tag Description
Private folder exists A Private folder exists
Public folder exists A Public folder exists
Unit Test folder exists A Unit folder exists in the Tests folder

For each script in the module

public script has a unit test||A correctly named unit test exists in the Unit tests folder public script has a valid verb-noun format||Conforms to the Verb-Noun structure and Verb is valid private script has a valid format||Does not follow Verb-Noun format (it may follow VerbNoun format though)

At the moment Project tests should not used in the -Include or -Exclude options

Clone this wiki locally