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

feat: setup fastapi tests #223

Merged
merged 5 commits into from
Feb 8, 2023
Merged

feat: setup fastapi tests #223

merged 5 commits into from
Feb 8, 2023

Conversation

diivi
Copy link
Member

@diivi diivi commented Feb 8, 2023

What

  • Configure tests for FastAPI and build a base to write more tests later.
  • docs - https://fastapi.tiangolo.com/tutorial/testing/
    • according to these, there'll be two test files test_api.py and test_entries.py (we have a simple structure)

backend/Dockerfile Outdated Show resolved Hide resolved
Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

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

Cool !

@diivi diivi marked this pull request as ready for review February 8, 2023 20:04
@diivi diivi requested a review from a team as a code owner February 8, 2023 20:04
@diivi diivi merged commit 6e24698 into main Feb 8, 2023
@diivi diivi deleted the fastapi-tests-setup branch February 8, 2023 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants