summaryrefslogtreecommitdiff
path: root/tests/stdlib
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2014-11-12 09:05:10 +0000
committerJakub Stasiak <jakub@stasiak.at>2014-11-12 09:05:10 +0000
commit9ca219094458cd2594fcef047090710689919f2c (patch)
tree2e0668347fd40cb76f365a7b0996e80443549304 /tests/stdlib
parent0f7fa37af90eea0e56b1cd47a01ee1f99b2b80ba (diff)
downloadeventlet-9ca219094458cd2594fcef047090710689919f2c.tar.gz
pep8: Fix remaining issues
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/all.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/stdlib/all.py b/tests/stdlib/all.py
index f3202d7..3d05d1e 100644
--- a/tests/stdlib/all.py
+++ b/tests/stdlib/all.py
@@ -1,6 +1,13 @@
-""" Convenience module for running standard library tests with nose. The standard tests are not especially homogeneous, but they mostly expose a test_main method that does the work of selecting which tests to run based on what is supported by the platform. On its own, Nose would run all possible tests and many would fail; therefore we collect all of the test_main methods here in one module and Nose can run it. Hopefully in the future the standard tests get rewritten to be more nosey.
+""" Convenience module for running standard library tests with nose. The standard
+tests are not especially homogeneous, but they mostly expose a test_main method that
+does the work of selecting which tests to run based on what is supported by the
+platform. On its own, Nose would run all possible tests and many would fail; therefore
+we collect all of the test_main methods here in one module and Nose can run it.
-Many of these tests make connections to external servers, and all.py tries to skip these tests rather than failing them, so you can get some work done on a plane.
+Hopefully in the future the standard tests get rewritten to be more nosey.
+
+Many of these tests make connections to external servers, and all.py tries to skip these
+tests rather than failing them, so you can get some work done on a plane.
"""
from eventlet import debug