AI/Tasks/CurrentTask.txt
|
Primary input files:
C:\repos\TechToolbox\TechToolbox.psm1 Task: Add or update tests for the behavior described below. Behavior or regression to cover: Create a Tests.ps1 file that tests the module load and exported functions. Requirements: - Do NOT change the production code unless a small supporting change is necessary and justified. - Prefer updating an existing nearby test file if one already covers the same area. - If no suitable test file exists, create the smallest appropriate new test file. - Keep the tests focused on the described behavior. - Use the existing test style and naming conventions in the repository. - Run the narrowest relevant test validation after editing. - Do not stop after analysis. - Do not summarize your plan before editing. - Do not return a final answer until the test change and validation have succeeded. |