-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Authentication module unit test (#800)
* Adding more comprehensive unit tests for authentication modules Minor fixes to azure_auth.py and azure_auth_core.py * also bugfix in lookup.py and test fail due to pkg dep * Explode kwargs arguments * Update typing and extrat error messages from exceptions * replace Tuple with tuple * Adding backward compat for named tuples - in ip_utils and azure_auth_core.py Fixing some import mocking itemrs in docs/source/conf.py * adding backward compat params to ti lookup_iocs check for no results before trying pd.concat in provider_base.py * Updating version to 2.13.2 * Suppressing pylint too-many-positional-arguments --------- Co-authored-by: Florian BRACQ <[email protected]>
- Loading branch information
1 parent
c01b629
commit 4d715ad
Showing
12 changed files
with
652 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Version file.""" | ||
|
||
VERSION = "2.13.1" | ||
VERSION = "2.13.2" |
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.