mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 09:48:56 +00:00
housekeeping
This commit is contained in:
parent
9d5e438c2d
commit
e481e37beb
@ -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 hashlib
|
||||||
|
|
||||||
import attr
|
import attr
|
||||||
@ -28,6 +41,11 @@ from allmydata.util import (
|
|||||||
base32,
|
base32,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
__all__ = (
|
||||||
|
"create_fake_tahoe_root",
|
||||||
|
"create_tahoe_treq_client",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class _FakeTahoeRoot(Resource, object):
|
class _FakeTahoeRoot(Resource, object):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user