housekeeping

This commit is contained in:
meejah 2020-06-12 23:01:02 -06:00 committed by Sajith Sasidharan
parent 9d5e438c2d
commit e481e37beb

View File

@ -1,3 +1,16 @@
# -*- coding: utf-8 -*-
# Tahoe-LAFS -- secure, distributed storage grid
#
# Copyright © 2020 The Tahoe-LAFS Software Foundation
#
# This file is part of Tahoe-LAFS.
#
# See the docs/about.rst file for licensing information.
"""
Test-helpers for clients that use the WebUI.
"""
import hashlib
import attr
@ -28,6 +41,11 @@ from allmydata.util import (
base32,
)
__all__ = (
"create_fake_tahoe_root",
"create_tahoe_treq_client",
)
class _FakeTahoeRoot(Resource, object):
"""