Changeset 53b782a in trunk
- Timestamp:
- 2020-12-15T18:40:12Z (4 years ago)
- Branches:
- master
- Children:
- 7dbcb4d
- Parents:
- c2dc2b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_node.py ¶
rc2dc2b3 r53b782a 542 542 def test_listen_on_zero(self): 543 543 """ 544 `` set_tub_locations`` raises ``PortAssignmentRequired`` called with a544 ``_tub_portlocation`` raises ``PortAssignmentRequired`` called with a 545 545 listen address including port 0 and no interface. 546 546 """ … … 555 555 def test_listen_on_zero_with_host(self): 556 556 """ 557 `` set_tub_locations`` raises ``PortAssignmentRequired`` called with a557 ``_tub_portlocation`` raises ``PortAssignmentRequired`` called with a 558 558 listen address including port 0 and an interface. 559 559 """
Note: See TracChangeset
for help on using the changeset viewer.