Skip to content

Commit 9ab1b32

Browse files
committed
make pylint happy with a docstring
1 parent c34d08b commit 9ab1b32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshtastic/tests/test_mesh_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ def test_waitConnected_isConnected_timeout(capsys):
688688

689689
@pytest.mark.unit
690690
def test_timeago():
691+
"""Test that the _timeago function returns sane values"""
691692
assert _timeago(0) == "now"
692693
assert _timeago(1) == "1 sec ago"
693694
assert _timeago(15) == "15 secs ago"

0 commit comments

Comments
 (0)