We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c566a5 commit 65f1bb9Copy full SHA for 65f1bb9
doc/src/configuration.rst
@@ -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
@@ -15,4 +15,5 @@ Content of the documentation
install
usage
17
advanced
18
+ configuration
19
reference
0 commit comments