-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `MockSession` class in the Python SDK is used by our test suite to ensure that session options are properly propagated through our Cython layer so they can be passed to libbmq. However, because have introduced new session options into the Python SDK, the `MockSession` class needs to be updated so it knows about these additional options. This patch extends `MockSession` with the new session options. Signed-off-by: Patrick M. Niedzielski <[email protected]>
- Loading branch information
1 parent
020f942
commit 1f51f7e
Showing
2 changed files
with
57 additions
and
4 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