driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
198 stars 26 forks source link

Add Unit Tests #8

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago
driscoll42 commented 3 years ago

Create a test per function to validate it works. Will likely need to create a dummy Excel to use (which will be useful to show off how the extract looks anyway). Also as most of the bugs are in the scraping, perhaps some saved eBay pages?

driscoll42 commented 3 years ago

https://blog.thea.codes/my-python-testing-style-guide/