Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
Description
Currently some of tests checking whether response contains a phrase with an apostrophe assume that is encoded by ''' (or before upgrade to Django 3.0 - '''). It would be better to improve these tests so that they work without making such assumption.
https://gerrit.sio2project.mimuw.edu.pl/3812
SIO-2488Escaping apostrophes in tests.Currently apostrophes are escaped manually in some tests.
After this change django.utils.html.escape is called instead.
Change-Id: Ife3c7458a81c37ca575ccc8d823b47382686dcc0