]> git.ipfire.org Git - thirdparty/jinja.git/commit
Switch some tests to be parameterized
authorKevin Brown <kevin@kevin-brown.com>
Sat, 16 May 2020 19:02:53 +0000 (15:02 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Sat, 16 May 2020 19:02:53 +0000 (15:02 -0400)
commitc97786d9ddcce48d50c99e0330937022f98d0db8
tree2c594687c82a6fc0b44abd1211a85f529b03c1a1
parentf872dcf65b7fa4ef311ad99c6ec408862fec9fd1
Switch some tests to be parameterized

Right now they are using a for loop which makes it more difficult
to properly trace what iteration failed on. Additionally, it hides
cases where multiple items in the loop fail but not all do.
tests/test_lexnparse.py
tests/test_security.py