test: skip coverage for deprecated test method
This commit is contained in:
parent
39014e5a2c
commit
37cf3c4400
1 changed files with 3 additions and 1 deletions
|
|
@ -105,7 +105,9 @@ class FileTestCase(TestCase):
|
||||||
f.write(content)
|
f.write(content)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
def mkdir(self, dirname): # pylint: disable=unused-argument,empty-docstring
|
def mkdir( # pragma: no cover; pylint: disable=unused-argument,empty-docstring
|
||||||
|
self, dirname
|
||||||
|
):
|
||||||
""" """
|
""" """
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"FileTestCase.mkdir() is deprecated; "
|
"FileTestCase.mkdir() is deprecated; "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue