This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
sysaudit
mirror of
https://github.com/brettlangdon/sysaudit.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
fix mypy errors
pull/1/head
Brett Langdon
5 years ago
parent
d64bfe76c3
commit
a56ba18838
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.mypy.ini
+1
-1
tests/base.py
+ 4
- 0
.mypy.ini
View File
@ -0,0 +1,4 @@
[mypy]
[mypy-pytest]
ignore_missing_imports
=
True
+ 1
- 1
tests/base.py
View File
@ -4,7 +4,7 @@ import unittest
class
BaseTest
(
unittest
.
TestCase
)
:
TEST_FILE_PY
=
None
TEST_FILE_PY
=
None
# type: str
def
do_test
(
self
,
*
args
)
:
popen_kwargs
=
dict
(
Write
Preview
Loading…
Cancel
Save