~ubuntu-branches/ubuntu/trusty/python-eventlet/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/testing.rst

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-09-28 21:20:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100928212032-c4n67olxdoqzygmt
Tags: 0.9.12-0ubuntu1
New upstream release. (FFe: LP: #645899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
  $ nosetests --with-doctest eventlet/*.py
36
36
  
37
 
Currently there are 14 doctests.
 
37
Currently there are 16 doctests.
38
38
 
39
39
Standard Library Tests
40
40
----------------------