Skip to content

Conversation

@dannyprikaz
Copy link
Member

Fixes #1935

What changes did you make and why did you make them ?

  • Added integration tests for all API endpoints from /backend/routers/users.router.js

@dannyprikaz dannyprikaz requested review from jng34 and trillium June 18, 2025 22:16
@jng34
Copy link
Member

jng34 commented Jun 20, 2025

@dannyprikaz
From my understanding, the integration test differs from the unit test because the integration test actually makes calls to the database to see that everything is "integrated" and works, as opposed to unit testing, where each piece of code is tested in isolation. Is that an accurate explanation?

Copy link
Member

@jng34 jng34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests passed! Looks good.

@JackHaeg
Copy link
Member

Hi @dannyprikaz!

Looks like this PR is ready to be merged since @jng34 has reviewed & approved. Please merge as you see fit.

@dannyprikaz dannyprikaz merged commit fbf39f7 into hackforla:development Jul 1, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create integration test for User API Endpoints

3 participants