Commit 993dd2e1 authored by Jason Madden's avatar Jason Madden

note about package to install to run tests on debian. [skip ci]

parent 0c07fd60
......@@ -88,7 +88,6 @@ can be done using tox::
pip install tox
tox
The testrunner accepts a ``--coverage`` argument to enable code
coverage metrics through the `coverage.py`_ package. That would go
something like this::
......@@ -113,6 +112,9 @@ common code smells, etc).
:target: https://landscape.io/github/gevent/gevent/master
:alt: Code Health
.. note:: On Debian, you will probably need ``libpythonX.Y-testsuite``
installed to run all the tests.
Continuous integration
----------------------
......
......@@ -45,7 +45,8 @@ class BaseServer(object):
:meth:`set_handle`.
When the request handler returns, the socket used for the
request will be closed.
request will be closed. Therefore, the handler must not return if
the socket is still in use (for example, by manually spawned greenlets).
:keyword spawn: If provided, is called to create a new
greenlet to run the handler. By default,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment