Closed akx closed 3 months ago
Refs #8279.
These tests were doing the same repeated call with slightly differing arguments, so might as well use parametrize for less repetition (and so #8279 wouldn't need as many asserts).
parametrize
assert
I can rebase this afterwards if #8279 should get merged first :)
Thanks!
Refs #8279.
These tests were doing the same repeated call with slightly differing arguments, so might as well use
parametrize
for less repetition (and so #8279 wouldn't need as manyassert
s).I can rebase this afterwards if #8279 should get merged first :)