mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
docstring
This commit is contained in:
parent
bdd3531555
commit
e88d0c4b48
@ -1,3 +1,14 @@
|
||||
"""
|
||||
These tests were originally written to achieve some level of
|
||||
coverage for the WebAPI functionality during Python3 porting (there
|
||||
aren't many tests of the Web API period).
|
||||
|
||||
Most of the tests have cursory asserts and encode 'what the WebAPI did
|
||||
at the time of testing' -- not necessarily a cohesive idea of what the
|
||||
WebAPI *should* do in every situation. It's not clear the latter
|
||||
exists anywhere, however.
|
||||
"""
|
||||
|
||||
import sys
|
||||
import time
|
||||
import shutil
|
||||
|
Loading…
x
Reference in New Issue
Block a user