
report at bugs
Sep 22, 2007, 8:00 AM
Post #1 of 2
(339 views)
Permalink
|
|
[issue1127] No tests for inspect.getfullargspec()
|
|
New submission from Quentin Gallet-Gilles: I created 4 tests, see attached 'test_getfullargspec.diff' patch. 2 tests verify that getargspec raises ValueError when trying to call it with the function containing keyword-only arguments or annotations. The 2 others call getfullargspec and check everything returned is as expected. Are some more tests needed ? ---------- nosy: +quentin.gallet-gilles __________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue1127> __________________________________
|