-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add type hinting to test_lib (#1012)
* Stop testing debug level logs. * Ignore the type checking when we are deliberately checking for bad type handling. * Pass a dummy spec rather than None, to avoid type complaints. * Work around an optional argument. Also remove the use of the `logassert` module.
- Loading branch information
1 parent
89d8923
commit e054c3f
Showing
6 changed files
with
74 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
isort==5.11.4 | ||
logassert==7 | ||
autopep8==1.6.0 | ||
flake8==4.0.1 | ||
flake8-docstrings==1.6.0 | ||
|
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.