-
Notifications
You must be signed in to change notification settings - Fork 1
Project Tests
Andrew Davidson edited this page Jan 24, 2021
·
9 revisions
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 |
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 |
Test | Tag | Description |
---|---|---|
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