Skip to content

Commit 65f1bb9

Browse files
committed
Add a page on configuration.
1 parent 5c566a5 commit 65f1bb9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

doc/src/configuration.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Configuring pytest-dependency
2+
=============================
3+
4+
This section explains configuration options for pytest-dependency and
5+
also other configuration that is recommended for the use with
6+
pytest-dependency.
7+
8+
Configuration file options
9+
--------------------------
10+
11+
Configuration file options can be set in the `ini file`.
12+
13+
minversion
14+
This is a builtin configuration of pytest itself. Since
15+
pytest-dependency requires pytest 2.8.0 or newer, it is
16+
recommended to set this option accordingly.

doc/src/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ Content of the documentation
1515
install
1616
usage
1717
advanced
18+
configuration
1819
reference

0 commit comments

Comments
 (0)