docstring

This commit is contained in:
meejah 2019-08-24 12:40:24 -06:00
parent bdd3531555
commit e88d0c4b48

View File

@ -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