Add unit tests for getfullargspec().

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

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.

Summary ID
Add unit tests for getfullargspec().
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.
48a08d23a492c635c34bde623b9acf305d684e2a
Description From Last Updated

missing whitespace around parameter equals Column: 32 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 33 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 42 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 43 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 42 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 43 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 41 Error code: E252

reviewbotreviewbot

missing whitespace around parameter equals Column: 42 Error code: E252

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (48c10f6)
Loading...