Skip to content

Commit 0de07ad

Browse files
committed
Update README.rst and CHANGES. Close #2.
1 parent 5b1c6a0 commit 0de07ad

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
** New features
77

8+
+ Issue #2: Add documentation.
9+
810
+ Issue #4: Add a depend() function to add a dependency to a test at
911
runtime.
1012

README.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
.. note:: This is the ``documentation`` branch of the code.
2-
Its purpose is to write documentation and to solve Issue `#2`__.
3-
4-
.. __: https://github.com/RKrahl/pytest-dependency/issues/2
5-
6-
71
pytest-dependency - Manage dependencies of tests
82
================================================
93

@@ -60,6 +54,19 @@ It removes the use of certain language features (dict comprehensions)
6054
that were introduced in Python 2.7.
6155

6256

57+
Documentation
58+
-------------
59+
60+
The directory doc/html in the source distribution contains the
61+
documentation in HTML form generated by Sphinx. The starting point is
62+
doc/html/index.html. The documentation can also be found online at
63+
64+
http://pythonhosted.org/pytest-dependency/
65+
66+
The example test modules used in the documentation can be found in
67+
doc/examples in the source distribution.
68+
69+
6370
Bugs and limitations
6471
--------------------
6572

0 commit comments

Comments
 (0)