We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bff6f2 commit b21ace8Copy full SHA for b21ace8
FprimeZephyrReference/test/int/watchdog_test.py
@@ -1,5 +1,5 @@
1
"""
2
-integration_test.py:
+watchdog_test.py:
3
4
Simple integration tests for the Watchdog component.
5
Tests are ordered so that stop tests run last.
@@ -9,7 +9,7 @@
9
import pytest
10
11
@pytest.fixture(autouse=True)
12
-def teardown_start_watchdog(fprime_test_api):
+def ensure_watchdog_running(fprime_test_api):
13
"""Fixture to ensure watchdog is started before and after each test"""
14
start_watchdog(fprime_test_api)
15
yield
0 commit comments