mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 01:41:38 +01:00
13 lines
474 B
Diff
13 lines
474 B
Diff
diff --git a/parameterized/test.py b/parameterized/test.py
|
|
index 770cab8..c263ded 100644
|
|
--- a/parameterized/test.py
|
|
+++ b/parameterized/test.py
|
|
@@ -251,6 +251,7 @@ class TestParameterizedExpandDocstring(TestCase):
|
|
f_locals.get("testMethod") or # Py27
|
|
f_locals.get("function") or # Py33
|
|
f_locals.get("method") or # Py38
|
|
+ f_locals.get("testfunction") or # Py382
|
|
None
|
|
)
|
|
if test_method is None:
|