Remove redundant "# content of pytest.ini" headers from examples
This commit is contained in:
parent
2e347643a3
commit
4459aa3d8b
|
@ -1150,7 +1150,6 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# content of pytest.ini
|
|
||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .svn _build tmp*
|
norecursedirs = .svn _build tmp*
|
||||||
|
|
||||||
|
@ -1176,7 +1175,6 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# content of pytest.ini
|
|
||||||
[pytest]
|
[pytest]
|
||||||
python_classes = *Suite
|
python_classes = *Suite
|
||||||
|
|
||||||
|
@ -1202,7 +1200,6 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# content of pytest.ini
|
|
||||||
[pytest]
|
[pytest]
|
||||||
python_functions = *_test
|
python_functions = *_test
|
||||||
|
|
||||||
|
@ -1225,7 +1222,6 @@ passed multiple times. The expected format is ``name=value``. For example::
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
# content of pytest.ini
|
|
||||||
[pytest]
|
[pytest]
|
||||||
testpaths = testing doc
|
testpaths = testing doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue