cgoldberg / multi-mechanize

Performance Test Framework in Python
GNU Lesser General Public License v3.0
459 stars 127 forks source link

Do not record line breaks in results csv file. #26

Closed thomasvandoren closed 11 years ago

thomasvandoren commented 11 years ago

The csv file becomes unreadable when the error text includes line breaks. This pull request converts those line breaks to literal \n characters.