Skip to content

Commit 3a99919

Browse files
committed
start test file
1 parent a8e2566 commit 3a99919

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/test_2_node_ring.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
"""
6+
from loguru import logger
7+
8+
logger.enable("chordnet")
9+
10+
# Global test variables
11+
ip: str = "127.0.0.1"
12+
anchor_port: int = 1234
13+
joiner_port: int = 2345

0 commit comments

Comments
 (0)