remove unused module docstrings

This commit is contained in:
David Lord 2020-04-04 12:28:08 -07:00
parent cd8a374504
commit f2f027d1fb
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
37 changed files with 15 additions and 331 deletions

View file

@ -1,10 +1,3 @@
"""
tests.conftest
~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import os
import pkgutil
import sys

View file

@ -1,12 +1,3 @@
"""
tests.appctx
~~~~~~~~~~~~
Tests the application context.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import pytest
import flask

View file

@ -1,12 +1,3 @@
"""
tests.basic
~~~~~~~~~~~~~~~~~~~~~
The basic functionality.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import re
import sys
import time

View file

@ -1,12 +1,3 @@
"""
tests.blueprints
~~~~~~~~~~~~~~~~
Blueprints (and currently modules)
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import functools
import pytest

View file

@ -1,10 +1,3 @@
"""
tests.test_cli
~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
# This file was part of Flask-CLI and was modified under the terms of
# its Revised BSD License. Copyright © 2015 CERN.
import os

View file

@ -1,10 +1,3 @@
"""
tests.test_config
~~~~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import json
import os
import textwrap

View file

@ -1,12 +1,3 @@
"""
tests.helpers
~~~~~~~~~~~~~~~~~~~~~~~
Various helpers.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import datetime
import io
import os

View file

@ -1,10 +1,3 @@
"""
tests.test_instance
~~~~~~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import os
import sys

View file

@ -1,10 +1,3 @@
"""
tests.test_json_tag
~~~~~~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
from datetime import datetime
from uuid import uuid4

View file

@ -1,10 +1,3 @@
"""
tests.test_logging
~~~~~~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import logging
import sys
from io import StringIO

View file

@ -1,12 +1,3 @@
"""
tests.regression
~~~~~~~~~~~~~~~~~~~~~~~~~~
Tests regressions.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import gc
import platform
import threading

View file

@ -1,12 +1,3 @@
"""
tests.reqctx
~~~~~~~~~~~~
Tests the request context.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import pytest
import flask

View file

@ -1,12 +1,3 @@
"""
tests.signals
~~~~~~~~~~~~~~~~~~~~~~~
Signalling.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import pytest
try:

View file

@ -1,13 +1,3 @@
"""
tests.subclassing
~~~~~~~~~~~~~~~~~
Test that certain behavior of flask can be customized by
subclasses.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
from io import StringIO
import flask

View file

@ -1,12 +1,3 @@
"""
tests.templating
~~~~~~~~~~~~~~~~
Template functionality
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import logging
import pytest

View file

@ -1,12 +1,3 @@
"""
tests.testing
~~~~~~~~~~~~~
Test client and more.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import click
import pytest
import werkzeug

View file

@ -1,10 +1,3 @@
"""
tests.test_user_error_handler
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import pytest
from werkzeug.exceptions import Forbidden
from werkzeug.exceptions import HTTPException

View file

@ -1,12 +1,3 @@
"""
tests.views
~~~~~~~~~~~
Pluggable views.
:copyright: 2010 Pallets
:license: BSD-3-Clause
"""
import pytest
from werkzeug.http import parse_set_header