Skip to content

Commit 5ad5d42

Browse files
committed
add note to test file docstrings
1 parent af2fdd2 commit 5ad5d42

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tests/test_net.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""test_net.py: tests for the _Net class."""
1+
"""test_net.py: tests for the _Net class.
2+
3+
NOTE: many of these tests were AI generated as regression tests, in preparation
4+
for refactoring.
5+
"""
26
import socket
37
import sys
48
from typing import Generator, List, Optional, Tuple

tests/test_node.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""test_node.py: tests for the Node class."""
1+
"""test_node.py: tests for the Node class.
2+
3+
NOTE: many of these tests were AI generated as regression tests, in preparation
4+
for refactoring.
5+
"""
26
import hashlib
37
from typing import Any, Generator, Tuple
48
from unittest.mock import MagicMock, patch

0 commit comments

Comments
 (0)