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

Extract and test server configuration #308

Merged
merged 1 commit into from Jun 28, 2022
Merged

Conversation

florimondmanca
Copy link
Collaborator

@florimondmanca florimondmanca commented Jun 28, 2022

Cette PR extrait une partie de #304, à la fois pour alléger cette PR et aussi vu mon commentaire ici :

On ne le voit pas lors des tests d'intégration backend car ils sont lancés sur l'application, sans lancer de serveur web (or c'est à cet endroit que la violation du protocole HTTP est détectée).
On pourrait envisager de lancer les tests d'intégration avec un véritable serveur Uvicorn...

En extrayant cette fonction, on pourra plus facilement tester avec un "vrai" serveur d'API, grâce à encode/uvicorn#1497...

TODO

  • Tester sur staging

@florimondmanca florimondmanca merged commit f2234a5 into master Jun 28, 2022
@florimondmanca florimondmanca deleted the fm/refactor-server branch June 28, 2022 16:09
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.

None yet

1 participant