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

Improve code coverage #886

Open
Temidayo32 opened this issue Oct 12, 2023 · 0 comments
Open

Improve code coverage #886

Temidayo32 opened this issue Oct 12, 2023 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@Temidayo32
Copy link

Code coverage is very essential especially for open source projects.

Issue

On reviewing the source code, I discovered the django apps making up the projects do not have tests written for them. The projects has five main apps.

  • Activities
  • Notifications
  • Projects
  • Creators
  • Zubhub

Of all of them, only Creators has written tests.

Solution

Unit testing should be written for each of the apps. This would cover each app's models and views. Also, tests should also be written for the APIs too. This would improve the reliability and fault-tolerance of the project.

@srish srish changed the title Low Code Coverage Improve code coverage Oct 13, 2023
@srish srish added low priority enhancement New feature or request labels Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

2 participants