-
Notifications
You must be signed in to change notification settings - Fork 141
Create test infrastructure for Monkey365 #189
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestimpact-lowIssue with low impact to codebaseIssue with low impact to codebasepriority-highstatus/In Progress
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestimpact-lowIssue with low impact to codebaseIssue with low impact to codebasepriority-highstatus/In Progress
Add the base Pester test infrastructure under the existing tests directory. This should provide a common structure and configuration that can be reused as test coverage is added to Monkey365.
Initial structure:
To implement
This will be the base for adding unit tests for core functionality, authentication and individual Monkey365 modules.
Related