You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Mockery replacement] - Replaced mockery with similar adapter (#968)
* [Mockery replacement] - Replaced mockery with similar adapter
- Replaced Mockery test-lib since it has vulnerabilities and is no longer maintained
- Replaced with self-written adapter inspired by mockery for backward compatibility with tasks.
- All methods which are not used in the tasks are not implemented since they shouldn't be used separately from toolrunner.
- Added unit Tests
- Task-Lib version was bumped to 5.0.0-preview
- The lib was fully tested with all node-based tasks from azure-pipelines-task-lib repository
* [Mockery replacement] - Replaced mockery with similar adapter
- Replaced Mockery test-lib since it has vulnerabilities and is no longer maintained
- Replaced with self-written adapter inspired by mockery for backward compatibility with tasks.
- All methods which are not used in the tasks are not implemented since they shouldn't be used separately from toolrunner.
- Added unit Tests
- Task-Lib version was bumped to 5.0.0-preview
- The lib was fully tested with all node-based tasks from azure-pipelines-task-lib repository
* [Mockery replacement] - Replaced mockery with similar adapter
- Changed preview version
0 commit comments