svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Special characters in body request. #227

Open cieszdan opened 7 years ago

cieszdan commented 7 years ago

It is possible to send request with chars like single quote character ? I'm escaping thats chars but I have exception:

found unknown escape character "'" in "<string>", line 97, column 80: ... or: "str_eq", expected: "\\ \" \'"}

Thanks for response.