robinhood-unofficial / pyrh

Python Framework to make trades with the unofficial Robinhood API
https://pyrh.readthedocs.io/en/latest/
MIT License
1.78k stars 603 forks source link

Add Tests for Instruments #228

Open adithyabsk opened 4 years ago

adithyabsk commented 4 years ago

Description

We need to write tests for the instruments code and also need to remove some of the ignored linting errors that were skipped to commit the code.

See #227 to see what was introduce in that PR to fix the # noqa's and # ignore: type's

Blocked by #232