mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Merge branch '2916.grid-manager-integration-tests.2' of github.com:tahoe-lafs/tahoe-lafs into 2916.grid-manager-integration-tests.2
This commit is contained in:
commit
c0a9ff9c88
@ -375,14 +375,14 @@ def chutney(reactor, temp_dir: str) -> tuple[str, dict[str, str]]:
|
||||
return chutney_dir, {"PYTHONPATH": join(chutney_dir, "lib")}
|
||||
|
||||
|
||||
@define
|
||||
@frozen
|
||||
class ChutneyTorNetwork:
|
||||
"""
|
||||
Represents a running Chutney (tor) network. Returned by the
|
||||
"tor_network" fixture.
|
||||
"""
|
||||
dir: FilePath
|
||||
environ: dict
|
||||
environ: Mapping[str, str]
|
||||
client_control_port: int
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user