-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to use temporary RMQ instance and improve coverage (#104)
* Refactor tests to use a local RMQ instance instead of configured remote Allow non-backwards-compat tests to run in parallel * Fix indent error in `unit_tests` * Fix indent error in `unit_tests` * Update async test to support changes * Remove duplicated backwards-compat test automation * Refactor test classes to match module order for better readability Add test coverage for `utils` submodule Update `create_mq_callback` to support decorating both functions and methods (including static methods) * Update docstring for `create_mq_callback` Fix bug introduced in test refactoring * Add test coverage for `BlockingConsumerThread` * Refactor test names and simplify GHA automation * Add basic unittest coverage for SelectConsumerThread lifecycle Update SelectConsumerThread to better define startup/shutdown processes Add type annotations to SelectConsumerThread Add logging to SelectConsumerThread * Address all review comments Remove redundant `channel.stop_consuming` call Revert change to `super()` call
- Loading branch information
1 parent
c634ead
commit 9915cc2
Showing
12 changed files
with
631 additions
and
158 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
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
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
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.