Skip to content

Create tests at API level#95

Open
eduardogr wants to merge 16 commits intomainfrom
eduardogr/93/create-tests-api-level
Open

Create tests at API level#95
eduardogr wants to merge 16 commits intomainfrom
eduardogr/93/create-tests-api-level

Conversation

@eduardogr
Copy link
Owner

@eduardogr eduardogr commented Jul 8, 2025

Status

IN DEVELOPMENT

Migrations

NO

Description

Creating tests at API level so I can test the HTTP layer.
This will provide:

  • safety net at API level
  • support for migrating the http server layer to another library like fast-api or flask

List of fixes # (issue)

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

  • running the added tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

…ing due to absence of isolation in the google layer (we have to mock that)
@eduardogr eduardogr self-assigned this Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specify config file as an argument when running server Create tests at API level

1 participant