Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write tests for Project API Endpoint #18 #28

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Conversation

llam36
Copy link
Contributor

@llam36 llam36 commented Feb 6, 2024

I added e2e tests for the Project API Endpoints. I commented out test cases where the project id/name does not exist in the database. As of now, I found that whenever I get a project that does not exist in the database, there will be internal errors. That might be due to a lack of error handling of these cases in the current server. Once this is resolved, I can uncomment the test cases to take care of the mentioned cases. Thanks

Copy link
Contributor

@tmthecoder tmthecoder left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@tmthecoder tmthecoder merged commit 4f4e5c7 into main Feb 6, 2024
4 checks passed
@tmthecoder tmthecoder deleted the long/projectAPI-tests branch February 6, 2024 18:23
@tmthecoder tmthecoder linked an issue Feb 6, 2024 that may be closed by this pull request
4 tasks
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.

Write tests for Project API Endpoint
2 participants