We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7daf0e commit c2b9173Copy full SHA for c2b9173
1 file changed
README.rst
@@ -7,14 +7,15 @@ Helps converting unittest test-cases to pytest
7
-----------------------------------------------------
8
9
:Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
10
-:Version: Version 0.3.dev
+:Version: Version 0.3
11
:Copyright: Hartmut Goebel
12
:Licence: GNU Public Licence v3 or later (GPLv3+)
13
:Homepage: https://github.com/pytest-dev/unittest2pytest
14
15
16
-.. image:: https://secure.travis-ci.org/pytest-dev/unittest2pytest.png?branch=develop
+.. image:: https://img.shields.io/travis/pytest-dev/unittest2pytest/v0.3.svg
17
:target: https://travis-ci.org/pytest-dev/unittest2pytest/
18
+ :alt: Travis CI test status
19
20
21
`unittest2pytest` is a tool that helps rewriting Python `unittest`
0 commit comments