-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor(forum): gabarit séparé pour les forums de documentation #680
Conversation
0d907f3
to
1f1e551
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prévois tu d'ajouter des tests de rendus avec snapshot ?
20311ba
to
723fcdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je laisse Vincent vérifier les pages, j’ai juste jeté un œil aux tests.
La fixture est très bien. On pourrait imaginer changer la signature pour :
-def reset_model_sequence_fixture(model_class):
+def reset_model_sequence_fixture(*model_classes):
Il est probable qu’on souhaite reset plusieurs séquences. 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu testes comment jamais la commu n'a été testée ;) Congrats !
@vincentporte t'as une fixture Django avec les thématiques problèmatiques que t'as montré dans l'image que je peux piquer s'il te plaît ? J'ai du mal à réproduire localement : J'avais bien pensé à tester dans le navigateur et pas juste sur snapshot ! 😄 |
@vincentporte j'ai ajouté quelques autres tests snapshots pour le contenu des autres gabarits ( |
5522a03
to
dd3a862
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 LGTM
une classe à fournir les templates sans les variables de la contexte, à soutenir les testes snapshot
This reverts commit 06fee91.
…age et non l'URL entier
…ombre arbitraire des classes
…ur le contenu texte
… pour les src des images
…mDocumentationCategory
dd3a862
to
38692e4
Compare
Description
🎸 Séparation des gabarits servis selon la type de forum, en partageant le même parent
Type de changement
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).