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 n/a A Private folder exists
Public folder exists n/a A Public folder exists
Unit Test folder exists n/a A Unit folder exists in the Tests folder

For each script in the module

Test Tag Description
public script has a unit test n/a A correctly named unit test exists in the Unit tests folder
public script has a valid verb-noun format n/a Conforms to the Verb-Noun structure and Verb is valid
private script has a valid format n/a 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