Update for file header, docstrings, and PEP8/PEP257
This commit is contained in:
parent
34b91cf6ce
commit
00afaac54c
74 changed files with 212 additions and 211 deletions
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
tests.components.test_splunk
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests splunk component.
|
||||
"""
|
||||
|
@ -40,7 +40,6 @@ class TestSplunk(unittest.TestCase):
|
|||
self.assertEqual(EVENT_STATE_CHANGED,
|
||||
hass.bus.listen.call_args_list[0][0][0])
|
||||
|
||||
|
||||
def _setup(self, mock_requests):
|
||||
self.mock_post = mock_requests.post
|
||||
self.mock_request_exception = Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue