thinh-vu / vnstock

A powerful Python library for getting rich data from the Vietnam Stock Market using just a few lines of code
https://vnstocks.com
Other
499 stars 130 forks source link

test: add unit test for funds.py #101

Closed andrey-jef closed 8 months ago

andrey-jef commented 8 months ago

Starting with a few initial test cases to examine the functionality of funds_listing(). Additional ones will be added later if you have interest in this automated approach.

Dev need to install pytest package.

Benefits of this approach (vs run and verify manually all of functions in a notebook):