Skip to content

Commit

Permalink
Bump to 0.7, fixed doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
Martiusweb committed Mar 29, 2016
1 parent 7e28995 commit efbd50a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
13 changes: 8 additions & 5 deletions README.rst
Expand Up @@ -28,12 +28,15 @@ Features
TestCase and FunctionTestCase
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Initialize and close a loop created for each test, if the loop uses
a selector, it will be updated with a TestSelector object wrapping the
original selector (see below),
- Initialize and close a loop created for each test (it can be
configurated), if the loop uses a selector, it will be updated with
a TestSelector object wrapping the original selector (see below),

- if the test function is a coroutine function or returns a coroutine, it
will run on the loop,

- TestCase.setUp() and TestCase.tearDown() can be coroutine functions,

- a test fails if the loop did not run during the test.


Expand Down Expand Up @@ -92,8 +95,8 @@ Roadmap

I hope I will find time to develop and release the following features:

- set of warnings against common mistakes (0.7 ?)
- proactor support (0.8 ?)
- set of warnings against common mistakes
- proactor support

Tests
-----
Expand Down
9 changes: 0 additions & 9 deletions doc/index.rst
Expand Up @@ -8,15 +8,6 @@ asynctest documentation
This documentation contains the reference of the classes and functions defined
by asynctest, and an introduction guide.

Guide
-----

.. toctree::
:maxdepth: 2

tutorial


Reference
---------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

args = {
"name": "asynctest",
"version": "0.6.0",
"version": "0.7.0",
"description": "Enhance the standard unittest package with features for "
"testing asyncio libraries",
"author": "Martin Richard",
Expand Down

0 comments on commit efbd50a

Please sign in to comment.