pytest-dev / pytest-bdd

BDD library for the pytest runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.31k stars 220 forks source link

pytest-bdd generator needs to set encoding for the file #105

Closed santagada closed 9 years ago

santagada commented 9 years ago

it should put a "# coding: utf-8" in the beginning of the file.

bubenkoff commented 9 years ago

would you mind of PR fixing that? it's just a template fix

santagada commented 9 years ago

thanks.