Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
7 stars 14 forks source link

Added Tests : Created unit tests for all Scraper services #11

Closed debayangg closed 7 months ago

debayangg commented 7 months ago
  1. Created tests in main_test.go to test the different scraper endpoints.
  2. It doesnt test for customjobs or other endpoints like sync_with_sql.
  3. Modified main.go so that code for setting up the gin.Engine can be reused in main_test.go.
  4. go.mod and go.sum modified according to my setup.
debayangg commented 7 months ago

@Pavel401 Please review and merge