-
Notifications
You must be signed in to change notification settings - Fork 1
Module Tests
Andrew Davidson edited this page Jan 21, 2021
·
4 revisions
Test | Tag | Description |
---|---|---|
All | Module | Run all test (this is the default option) |
Module should exist | ModuleShouldExist | Module file should exist on disk |
Manifest should exist | ManifestShouldExist | Module file manifest should exist on disk |
Manifest should be valid | ValidManifest | Manifest should pass a Test-Manifest check |
Manifest should export functions | ModuleShouldExportFunctions | Manifest should export its functions |
Module should have functions | ModuleShouldHaveFunctions | Module file should contain 1 or more functions |
All exported functions from manifest should exist in the module | FunctionsFromManifestExistInModule | The functions in the manifest should appear in the module |
All functions in the module should exist in manifest | FunctionsFromModuleExistInManifest | The functions in the module should appear in the manifest |