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 Submodules
---------- ----------
pymemcache.test.benchmark module pymemcache.test.conftest module
-------------------------------- -------------------------------
.. automodule:: pymemcache.test.benchmark .. automodule:: pymemcache.test.conftest
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
pymemcache.test.integration module pymemcache.test.test_benchmark module
---------------------------------- -------------------------------------
.. automodule:: pymemcache.test.integration .. automodule:: pymemcache.test.test_benchmark
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
@@ -28,6 +28,14 @@ pymemcache.test.test_client module
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
pymemcache.test.test_integration module
---------------------------------------
.. automodule:: pymemcache.test.test_integration
:members:
:undoc-members:
:show-inheritance:
pymemcache.test.test_utils module pymemcache.test.test_utils module
--------------------------------- ---------------------------------

View File

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