Update docs/flake8

This commit is contained in:
John Anderson
2015-07-02 09:03:34 -07:00
parent a622fa142c
commit e3e0bfa461
2 changed files with 14 additions and 7 deletions

View File

@@ -4,18 +4,18 @@ pymemcache.test package
Submodules
----------
pymemcache.test.benchmark module
--------------------------------
pymemcache.test.conftest module
-------------------------------
.. automodule:: pymemcache.test.benchmark
.. automodule:: pymemcache.test.conftest
:members:
:undoc-members:
:show-inheritance:
pymemcache.test.integration module
----------------------------------
pymemcache.test.test_benchmark module
-------------------------------------
.. automodule:: pymemcache.test.integration
.. automodule:: pymemcache.test.test_benchmark
:members:
:undoc-members:
:show-inheritance:
@@ -28,6 +28,14 @@ pymemcache.test.test_client module
:undoc-members:
:show-inheritance:
pymemcache.test.test_integration module
---------------------------------------
.. automodule:: pymemcache.test.test_integration
:members:
:undoc-members:
:show-inheritance:
pymemcache.test.test_utils module
---------------------------------

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
import time
import pytest