File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
** New features
7
7
8
+ + Issue #2: Add documentation.
9
+
8
10
+ Issue #4: Add a depend() function to add a dependency to a test at
9
11
runtime.
10
12
Original file line number Diff line number Diff line change 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
-
7
1
pytest-dependency - Manage dependencies of tests
8
2
================================================
9
3
@@ -60,6 +54,19 @@ It removes the use of certain language features (dict comprehensions)
60
54
that were introduced in Python 2.7.
61
55
62
56
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
+
63
70
Bugs and limitations
64
71
--------------------
65
72
You can’t perform that action at this time.
0 commit comments