Add unit tests for getfullargspec().

Review Request #12495 — Created Aug. 2, 2022 and submitted — Latest diff uploaded

Information

kgb
master

Reviewers

kgb

This adds a new suite of getfullargspec() unit tests. There are groups
for functions, bound/unbound methods, and classmethods. Each tests plain
functions/methods, those with positional-only arguments, keyword-only
arguments, and annotations.

Unit tests pass on Python 2.7 through 3.10.

Commits

Files

    Loading...