Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test/test_wdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def test_handler():


class TestWDT(unittest.TestCase):

def test_timeout(self):
"""
Test that wdt timeouts
Expand All @@ -24,7 +23,6 @@ def test_timeout(self):
self.assertAlmostEqual(delay_time, 2.0, 1, "Must be almost equal")
wdt.stop()


def test_reset(self):
global start_time
start_time = time.time()
Expand Down