wolever / parameterized

Parameterized testing with any Python test framework
Other
836 stars 105 forks source link

Use correct local variable name in tests for py-3.8.2 #99

Closed Ikke closed 4 years ago

Ikke commented 4 years ago

In python 3.8.2, the local variable name is called `testfunction```.

Ikke commented 4 years ago

The tests were failing on Alpine Linux, which is on pythoh 3.8.2 already. This patch fixes the tests.

wolever commented 4 years ago

Thanks!