allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
96 stars 124 forks source link

Password interpolation fix #19

Closed chartjes closed 7 years ago

chartjes commented 7 years ago

The configparser code was choking on Testrail passwords that contained '%' sign, spitting out string interpolation errors. The code that reads in the password from the configuration file has been changed to set raw=True to fix this problem. Also bumped the version number.

@allankilpatrick r?

allankilpatrick commented 7 years ago

@chartjes sorry for the delay, i've been out the country.

LGTM 👍