fixture function makepyfile
does not encode files properly
#13331
Labels
topic: fixtures
anything involving fixtures directly or indirectly
type: enhancement
new feature or API change, should be merged into features branch
makepyfile
is ignoring the encoding parameter, in bothpytester
andtestdir
fixtures.found the issue working on windows with
cp1252
encoding and usingpytest-doctestplus
.i traced the issue to
makepyfile
, arguments and kwargs are passed unpacked.The text was updated successfully, but these errors were encountered: