]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Add test for unescaped values in patch detail page
authorAndrew Donnellan <ajd@linux.ibm.com>
Mon, 1 Jul 2019 08:04:53 +0000 (18:04 +1000)
committerDaniel Axtens <dja@axtens.net>
Fri, 5 Jul 2019 01:09:11 +0000 (11:09 +1000)
commitdf80e690bcc32d483875dcb36b488764c89ec9b6
tree3f5ed0ecb2bbb718b5bc9891e7bec80bbda5408a
parent133a6c90e9826376be0f12f2ae6c2d7b076bdba0
tests: Add test for unescaped values in patch detail page

Add a test to check whether we are escaping values from the Patch model on
the patch detail page.

This test shouldn't be relied upon as proof that we've escaped everything
correctly, but may help catch regressions.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/tests/test_detail.py