OJ-0312 / WebSoundBite

Simple webscraper that finds the newest articles in your area of interest , summarizes them with AI and creates a nice audio file
2 stars 0 forks source link

Unit testing #1

Closed OJ-0312 closed 1 year ago

OJ-0312 commented 1 year ago

Lacks unit testing. Needs to integrate with xunit

OJ-0312 commented 1 year ago

Added async unit testing for elevenlabs api requests, openai api requests, Webscraper tests for all four of the article categories in two different ways. All this using xunit