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

Implement unit test for each URL access #80

Open
hwakabh opened this issue Jan 23, 2024 · 0 comments
Open

Implement unit test for each URL access #80

hwakabh opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
tests Changes related to testings

Comments

@hwakabh
Copy link
Owner

hwakabh commented Jan 23, 2024

AsIs

In #50, and also #55, we have implemented baseline of unit testings for the app with push-trigger pipeline, but still need to implement other test cases for application behaviors.
At least, we have to check with API routes, since they are accessed from frontend JavaScript, script.js.

ToDo

  • Research best practices for testings with FastAPI. Meaning, make it clear how we should separate test cases as files within tests/ directory
  • Implement test cases for checking behaviors of API endpoints, which are defined in app/api/v1/routes.py

(Optional) Acceptance Criteria

Test pipeline will be passed

@hwakabh hwakabh added the tests Changes related to testings label Jan 23, 2024
@hwakabh hwakabh self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Changes related to testings
Projects
None yet
Development

No branches or pull requests

1 participant