nicoulaj / pytest-csv

CSV reporter for pytest.
GNU General Public License v3.0
21 stars 16 forks source link

Specifies that the encoding method for writing CSV files is UTF-8 #18

Closed haitaoso closed 2 years ago

haitaoso commented 2 years ago

The UTF-8 is a more general encoding method. Avoid exceptions caused by failure to encode and decode when writing CSV files.