Remove redundant "# content of pytest.ini" headers from examples

This commit is contained in:
Bruno Oliveira
2018-03-12 20:09:31 -03:00
parent 2e347643a3
commit 4459aa3d8b

View File

@@ -1150,7 +1150,6 @@ passed multiple times. The expected format is ``name=value``. For example::
.. code-block:: ini
# content of pytest.ini
[pytest]
norecursedirs = .svn _build tmp*
@@ -1176,7 +1175,6 @@ passed multiple times. The expected format is ``name=value``. For example::
.. code-block:: ini
# content of pytest.ini
[pytest]
python_classes = *Suite
@@ -1202,7 +1200,6 @@ passed multiple times. The expected format is ``name=value``. For example::
.. code-block:: ini
# content of pytest.ini
[pytest]
python_functions = *_test
@@ -1225,7 +1222,6 @@ passed multiple times. The expected format is ``name=value``. For example::
.. code-block:: ini
# content of pytest.ini
[pytest]
testpaths = testing doc