Skip to content

Commit 9bd71ce

Browse files
committed
tests: move docstrings to their correct locations
Docstrings should be within the block they document. Move and reformat with no leading space, and multi-line strings should have their closing-triple-quote on its own line. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent ab2c59c commit 9bd71ce

3 files changed

Lines changed: 147 additions & 122 deletions

File tree

tests/conftest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
import mctpenv
77

8-
"""Simple system & network.
9-
10-
Contains one interface (lladdr 0x10, local EID 8), and one endpoint (lladdr
11-
0x1d), that reports support for MCTP control and PLDM.
12-
"""
138
@pytest.fixture
149
async def sysnet():
10+
"""Simple system & network.
11+
12+
Contains one interface (lladdr 0x10, local EID 8), and one endpoint (lladdr
13+
0x1d), that reports support for MCTP control and PLDM.
14+
"""
1515
return await mctpenv.default_sysnet()
1616

1717
@pytest.fixture

0 commit comments

Comments
 (0)