Loading test/unit/tool_shed/_util.py +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ class TestToolShedConfig: file_path: str id_secret: str = "thisistheshedunittestsecret" smtp_server: Optional[str] = None hgweb_repo_prefix = "repos/" config_hg_for_dev = False def __init__(self, temp_directory): Loading Loading
test/unit/tool_shed/_util.py +1 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ class TestToolShedConfig: file_path: str id_secret: str = "thisistheshedunittestsecret" smtp_server: Optional[str] = None hgweb_repo_prefix = "repos/" config_hg_for_dev = False def __init__(self, temp_directory): Loading