jkwening / bike-price-predictor

Machine learning project that given bike information will predict price and evaluate value comparatively to a listed price.
GNU General Public License v3.0
1 stars 0 forks source link

Scrapers Refactor - Unit tests #85

Closed jkwening closed 4 years ago

jkwening commented 4 years ago

Updated scraper unit tests to fetch data directly from website and test against scraper code instead of using saved html files.

Removed saved html files from directory path.

Next: