-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using mock-server instead of the built-in mock for msteam (#513)
* Using mock-server instead of the built-in mock for msteam * Some clean up * Small improvements * Fixing linter errors * Fixing error message in the command * Allow more parallel execution * Some small fixes * Fixing tests * Doing the mock reset at the beginning of the tests * Do not forward msteams api request to msteams * Removing unneeded mutex * Moving most of the manual client creation to the e2e test package * Making the tests more robust to the asyncrhonous plugin start * Make the plugin tests initialization better * Fixing CI * Fixing CI * Removing parallel execution * Fixing CI * Restoring parallel execution
- Loading branch information
Showing
18 changed files
with
710 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.