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

Testing and Documentation Enhancement: Add unit tests and update README #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tarekbadrsh
Copy link

In this pull request, we have made significant enhancements to the testing structure of the O-shortener project and updated the project's README documentation. The following changes were made:

  • Unit tests: Added unit tests for the AuthService, UrlsService, PrismaService, and AuthController. These tests ensure the correct functionality of the application's main features, including user signup and login, URL shortening and redirection, and Prisma service database operations.
  • README update: The README documentation has been updated to provide a clear and comprehensive guide on how to write and run these tests, as well as a detailed explanation of the application's structure and main functionalities.

The goal of these changes is to improve the maintainability and reliability of the O-shortener project, making it easier for new contributors to understand the codebase, write effective tests, and contribute to the project.

Please review the changes and provide any feedback or suggestions.

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.

None yet

1 participant