We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e2566 commit 3a99919Copy full SHA for 3a99919
tests/test_2_node_ring.py
@@ -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