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

Tests api #328

Conversation

NathaliaBarreiros
Copy link

@NathaliaBarreiros NathaliaBarreiros commented Sep 13, 2024

PR: Unit Tests for /packages/api

Description

This Pull Request introduces unit tests for the /packages/api module, addressing issue #326. These tests ensure the correctness and reliability of the new API, which consolidates all p0tion coordinator infrastructure into a single server application built using NestJS.

Unit tests have been implemented for the following modules:

  • Auth
  • Ceremonies
  • Circuits
  • Participants
  • Storage
  • Users

The tests cover various layers including entities, DTOs, services, and controllers to ensure comprehensive coverage.

Note: Some test cases for the storage service are currently missing and will be addressed in a future update.

Related Issue:

#326

Checklist

  • My code follows the project’s style guidelines.
  • I have conducted a self-review of my code.
  • My changes generate no new warnings.
  • All dependent changes have been merged and published in downstream modules.
  • I have reviewed the code of conduct and contributors' guide.
image

@NicoSerranoP NicoSerranoP merged commit 5304b86 into privacy-scaling-explorations:feat/nico/cfs-in-backend Sep 16, 2024
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.

3 participants