robotpy / pyfrc

python3 library designed to make developing RobotPy-based code easier!
MIT License
51 stars 35 forks source link

Change getargspec to getfullargspec in docstring_test #96

Closed ErikBoesen closed 6 years ago

ErikBoesen commented 6 years ago

inspect.getargspec() is deprecated and fails with some new constructs (detailed in #95).

This PR fixes #95.

auscompgeek commented 6 years ago

I don't think this will work.

ArchdukeTim commented 6 years ago

It will not. He's missing unpack variables

auscompgeek commented 6 years ago

I guess we're missing tests for the tests.

ArchdukeTim commented 6 years ago

yeah. I guess I should submit my pr