|
- Use parameterisation to automatically run tests over a set of inputs |
In multiple places in the text of this lesson we discuss "parametertising" and the function name is given some places as parameterize, but the function name should be spelled parametrize (note both the z and lack of "meter") and we should probably use the same American English spelling in the text, as the Pytest docs do
python-intermediate-development/episodes/22-scaling-up-unit-testing.md
Line 9 in 3035eaf
In multiple places in the text of this lesson we discuss "parametertising" and the function name is given some places as
parameterize, but the function name should be spelledparametrize(note both the z and lack of "meter") and we should probably use the same American English spelling in the text, as the Pytest docs do