Skip to content

Commit 016b032

Browse files
committed
tests/xen/test_xen_dom0_tests: add type hints
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 58403e1 commit 016b032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/xen/test_xen_dom0_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@pytest.mark.usefixtures("host_with_dom0_tests")
1313
class TestXenDom0Tests:
14-
def test_dom0(self, host: Host):
14+
def test_dom0(self, host: Host) -> None:
1515
metadata = host.ssh('cat /usr/share/xen-dom0-tests-metadata.json')
1616
tests = json.loads(metadata)["tests"]
1717
assert tests, "Test list must not be empty"

0 commit comments

Comments
 (0)