I consider the following to be good: ``` python testdir.makeini(""" [pytest] paths=blah.py""") ``` But currently it becomes: ``` python testdir.makeini(""" [pytest] paths=blah.py""") ```