edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Fix pytest warnings #59

Closed hodgestar closed 2 years ago

hodgestar commented 2 years ago

In #41, some pytest warnings were reported and the uses of assertEquals were fixed but some other warnings remaining -- see https://github.com/edgewall/genshi/issues/41#issuecomment-831723927 for the full set.

hodgestar commented 2 years ago

In particular, the invalid escape sequences should be fixed.