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.
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?