add flake8 and mypy on test
This commit is contained in:
parent
63bf05b792
commit
106c8cd8b6
4 changed files with 10 additions and 4 deletions
|
|
@ -2,5 +2,5 @@
|
|||
# from mock import MagicMock
|
||||
|
||||
|
||||
def test_true():
|
||||
assert True == True
|
||||
def test_true() -> None:
|
||||
assert True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue